Skip to content

Commit 5bf7b6e

Browse files
ydrallappchotard
authored andcommitted
ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition
Change cs-gpio to cs-gpios. Signed-off-by: Loic Pallardy <[email protected]> Acked-by: Patrice Chotard <[email protected]>
1 parent 1001354 commit 5bf7b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/stih410-b2260.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
/* Low speed expansion connector */
7575
spi0: spi@9844000 {
7676
label = "LS-SPI0";
77-
cs-gpio = <&pio30 3 0>;
77+
cs-gpios = <&pio30 3 0>;
7878
status = "okay";
7979
};
8080

0 commit comments

Comments
 (0)