diff options
author | Olof Johansson <olof@lixom.net> | 2016-11-18 01:38:38 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-11-18 01:38:38 +0100 |
commit | c28aedec503d42a2b9f86102e3ae9d03bb54079e (patch) | |
tree | 74efc6ba625e51ec33c93db28bc0652df6042a69 /arch/arm/boot | |
parent | Merge tag 'imx-fixes-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
parent | ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition (diff) | |
download | linux-c28aedec503d42a2b9f86102e3ae9d03bb54079e.tar.xz linux-c28aedec503d42a2b9f86102e3ae9d03bb54079e.zip |
Merge tag 'sti-dt-for-v4.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into fixes
STi DT fix:
Fix typo cs-gpio to cs-gpios
* tag 'sti-dt-for-v4.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti:
ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/stih410-b2260.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts index ef2ff2f518f6..7fb507fcba7e 100644 --- a/arch/arm/boot/dts/stih410-b2260.dts +++ b/arch/arm/boot/dts/stih410-b2260.dts @@ -74,7 +74,7 @@ /* Low speed expansion connector */ spi0: spi@9844000 { label = "LS-SPI0"; - cs-gpio = <&pio30 3 0>; + cs-gpios = <&pio30 3 0>; status = "okay"; }; |