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 <olof@lixom.net>

Changed files
+1 -1
arch
arm
+1 -1
arch/arm/boot/dts/stih410-b2260.dts
··· 74 74 /* Low speed expansion connector */ 75 75 spi0: spi@9844000 { 76 76 label = "LS-SPI0"; 77 - cs-gpio = <&pio30 3 0>; 77 + cs-gpios = <&pio30 3 0>; 78 78 status = "okay"; 79 79 }; 80 80