Skip to content

Commit

Permalink
ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition
Browse files Browse the repository at this point in the history
Change cs-gpio to cs-gpios.

Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
  • Loading branch information
Loic Pallardy authored and Patrice Chotard committed Nov 15, 2016
1 parent 1001354 commit 5bf7b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stih410-b2260.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

Expand Down

0 comments on commit 5bf7b6e

Please sign in to comment.