diff options
author | Loic Pallardy <loic.pallardy@st.com> | 2016-11-15 09:47:00 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-11-15 11:29:25 +0100 |
commit | 5bf7b6e86f29f064979d7b3e6dd21c5dd1feb855 (patch) | |
tree | f16aa5658bab26e5c2645c8fd0505e7cf9d6c3a2 | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-stable-5bf7b6e86f29f064979d7b3e6dd21c5dd1feb855.tar.gz linux-stable-5bf7b6e86f29f064979d7b3e6dd21c5dd1feb855.tar.bz2 linux-stable-5bf7b6e86f29f064979d7b3e6dd21c5dd1feb855.zip |
ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition
Change cs-gpio to cs-gpios.
Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
-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"; }; |