Commit 30bbbcda authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Arnd Bergmann

ARM: dts: mmp2-olpc-xo-1-75: Use plural form of "-gpios"

This makes validation happier.

Link: https://lore.kernel.org/r/20200925234805.228251-3-lkundrak@v3.skSigned-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 202f8e5c
...@@ -227,12 +227,12 @@ &ssp3 { ...@@ -227,12 +227,12 @@ &ssp3 {
/delete-property/ #size-cells; /delete-property/ #size-cells;
spi-slave; spi-slave;
status = "okay"; status = "okay";
ready-gpio = <&gpio 125 GPIO_ACTIVE_HIGH>; ready-gpios = <&gpio 125 GPIO_ACTIVE_HIGH>;
slave { slave {
compatible = "olpc,xo1.75-ec"; compatible = "olpc,xo1.75-ec";
spi-cpha; spi-cpha;
cmd-gpio = <&gpio 155 GPIO_ACTIVE_HIGH>; cmd-gpios = <&gpio 155 GPIO_ACTIVE_HIGH>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment