From: Loic Pallardy Date: Tue, 15 Nov 2016 08:47:00 +0000 (+0100) Subject: ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition X-Git-Tag: v4.9-rc6~2^2~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bf7b6e86f29f064979d7b3e6dd21c5dd1feb855;p=platform%2Fkernel%2Flinux-amlogic.git ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition Change cs-gpio to cs-gpios. Signed-off-by: Loic Pallardy Acked-by: Patrice Chotard --- diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts index ef2ff2f..7fb507f 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"; };