mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-23 18:30:54 +00:00
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>
This commit is contained in:
parent
c25d1019bf
commit
50da717e85
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user