Commit 6a988251 authored by Artur Weber's avatar Artur Weber Committed by Krzysztof Kozlowski

ARM: dts: s5pv210: Fix typo in comments, fix pinctrl header

Change 'specfic' to 'specific' and make the pinctrl DTSI header
more like the s3c64xx pinctrl DTSI (previously it was copied from
the main s5pv210 DTSI, and not changed to match the new contents).
Signed-off-by: default avatarArtur Weber <aweber.kernel@gmail.com>
Link: https://lore.kernel.org/r/20230519190625.7844-4-aweber.kernel@gmail.comSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 316c31fb
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* Samsung's S5PV210 SoC device tree source * Samsung's S5PV210 SoC device tree source - pin control-related
* definitions
* *
* Copyright (c) 2013-2014 Samsung Electronics, Co. Ltd. * Copyright (c) 2013-2014 Samsung Electronics, Co. Ltd.
* *
* Mateusz Krawczuk <m.krawczuk@partner.samsung.com> * Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
* Tomasz Figa <t.figa@samsung.com> * Tomasz Figa <t.figa@samsung.com>
* *
* Samsung's S5PV210 SoC device nodes are listed in this file. S5PV210 * Samsung's S5PV210 SoC pin banks, pin-mux and pin-config options are
* based board files can include this file and provide values for board specfic * listed as device tree nodes in this file.
* bindings.
*
* Note: This file does not include device nodes for all the controllers in
* S5PV210 SoC. As device tree coverage for S5PV210 increases, additional
* nodes can be added to this file.
*/ */
#include "s5pv210-pinctrl.h" #include "s5pv210-pinctrl.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* Tomasz Figa <t.figa@samsung.com> * Tomasz Figa <t.figa@samsung.com>
* *
* Samsung's S5PV210 SoC device nodes are listed in this file. S5PV210 * Samsung's S5PV210 SoC device nodes are listed in this file. S5PV210
* based board files can include this file and provide values for board specfic * based board files can include this file and provide values for board specific
* bindings. * bindings.
* *
* Note: This file does not include device nodes for all the controllers in * Note: This file does not include device nodes for all the controllers in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment