ipq40xx: spi-gpio: convert deprecated binding

The old gpio-{sck,miso and mosi} binding is
deprecated in favour of {sck,miso and mosi}-gpios.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
master
Christian Lamparter 2019-06-22 16:56:59 +02:00
parent c25d1019bf
commit 50da717e85
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
gpio-sck = <&tlmm 5 GPIO_ACTIVE_HIGH>; sck-gpios = <&tlmm 5 GPIO_ACTIVE_HIGH>;
gpio-mosi = <&tlmm 4 GPIO_ACTIVE_HIGH>; mosi-gpios = <&tlmm 4 GPIO_ACTIVE_HIGH>;
num-chipselects = <0>; num-chipselects = <0>;
led_gpio: led_gpio@0 { led_gpio: led_gpio@0 {