mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-06 20:54:00 -05:00
ath79: fix dtc warnings in ruckus zf7372
|:69.4-14: Warning (reg_format): beamforming-2g-gpio@0:reg: property has invalid length (4 bytes) |:85.4-14: Warning (reg_format): beamforming-5g-gpio@0:reg: property has invalid length (4 bytes) Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
0dacf14495
commit
d8da5002a2
@ -63,6 +63,8 @@
|
|||||||
mosi-gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
|
mosi-gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
|
||||||
sck-gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
|
sck-gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
|
||||||
num-chipselects = <0>;
|
num-chipselects = <0>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
beamforming-2g-gpio@0 {
|
beamforming-2g-gpio@0 {
|
||||||
compatible = "fairchild,74hc595";
|
compatible = "fairchild,74hc595";
|
||||||
@ -79,6 +81,8 @@
|
|||||||
mosi-gpios = <&ath9k 15 GPIO_ACTIVE_HIGH>;
|
mosi-gpios = <&ath9k 15 GPIO_ACTIVE_HIGH>;
|
||||||
sck-gpios = <&ath9k 14 GPIO_ACTIVE_HIGH>;
|
sck-gpios = <&ath9k 14 GPIO_ACTIVE_HIGH>;
|
||||||
num-chipselects = <0>;
|
num-chipselects = <0>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
beamforming-5g-gpio@0 {
|
beamforming-5g-gpio@0 {
|
||||||
compatible = "fairchild,74hc595";
|
compatible = "fairchild,74hc595";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user