diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2020-09-26 01:48:05 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-10-26 10:49:17 +0100 |
commit | 30bbbcda5be45dd2d8f060b4a39452061d72da38 (patch) | |
tree | d33a211d590bf84efa908ed23ec6550039606060 /arch | |
parent | 202f8e5c4975a95babf3bcdfb2c18952f06b030a (diff) |
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.sk
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts index f1a41152e9dd..adde62d6fce7 100644 --- a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts +++ b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts @@ -227,12 +227,12 @@ /delete-property/ #size-cells; spi-slave; status = "okay"; - ready-gpio = <&gpio 125 GPIO_ACTIVE_HIGH>; + ready-gpios = <&gpio 125 GPIO_ACTIVE_HIGH>; slave { compatible = "olpc,xo1.75-ec"; spi-cpha; - cmd-gpio = <&gpio 155 GPIO_ACTIVE_HIGH>; + cmd-gpios = <&gpio 155 GPIO_ACTIVE_HIGH>; }; }; |