Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bf7b6e8 authored by Loic Pallardy's avatar Loic Pallardy Committed by Patrice Chotard
Browse files

ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition



Change cs-gpio to cs-gpios.

Signed-off-by: default avatarLoic Pallardy <loic.pallardy@st.com>
Acked-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent 1001354c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
		};