summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Pallardy <loic.pallardy@st.com>2016-11-15 09:47:00 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2017-12-07 10:06:10 +0200
commitba63fc536624cc81d4c02580552819cc41aec513 (patch)
tree2c289b5fdeac015701c6ba81c7853d3ae3f26e09
parentc450ac174d13159980d3797117963eb8a9cf0b9c (diff)
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.dts2
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";
};