Skip to content

Commit c28aede

Browse files
committed
Merge tag 'sti-dt-for-v4.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into fixes
STi DT fix: Fix typo cs-gpio to cs-gpios * tag 'sti-dt-for-v4.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti: ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition Signed-off-by: Olof Johansson <[email protected]>
2 parents d2e3cb9 + 5bf7b6e commit c28aede

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)