ath79: ubnt: fix DTC warnings

Use explicit labels instead of units with no reg's to avoid DTC
warnings.

Signed-off-by: Karl Palsson <karlp@etactica.com>
openwrt-19.07
Karl Palsson 2018-05-28 13:37:27 +00:00 committed by John Crispin
parent 93ff973c97
commit 9dad82c5d6
2 changed files with 10 additions and 12 deletions

View File

@ -27,8 +27,7 @@
#size-cells = <0>; #size-cells = <0>;
poll-interval = <20>; poll-interval = <20>;
button@0 { reset {
label = "reset";
linux,code = <KEY_RESTART>; linux,code = <KEY_RESTART>;
gpios = <&gpio 12 GPIO_ACTIVE_LOW>; gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
debounce-interval = <60>; debounce-interval = <60>;
@ -37,12 +36,12 @@
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
led@0 { dome-green {
label = "ubnt:green:dome"; label = "ubnt:green:dome";
gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
}; };
led@1 { dome-orange {
label = "ubnt:orange:dome"; label = "ubnt:orange:dome";
gpios = <&gpio 1 GPIO_ACTIVE_HIGH>; gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
}; };
@ -113,7 +112,7 @@
&pcie { &pcie {
status = "okay"; status = "okay";
ath9k@0000 { ath9k@0 {
reg = <0x0000 0 0 0 0>; reg = <0x0000 0 0 0 0>;
qca,no-eeprom; qca,no-eeprom;
}; };

View File

@ -26,8 +26,7 @@
#size-cells = <0>; #size-cells = <0>;
poll-interval = <20>; poll-interval = <20>;
button@0 { reset {
label = "reset";
linux,code = <KEY_RESTART>; linux,code = <KEY_RESTART>;
gpios = <&gpio 12 GPIO_ACTIVE_LOW>; gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
debounce-interval = <60>; debounce-interval = <60>;
@ -36,22 +35,22 @@
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
led@0 { link1 {
label = "ubnt:red:link1"; label = "ubnt:red:link1";
gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
}; };
led@1 { link2 {
label = "ubnt:orange:link2"; label = "ubnt:orange:link2";
gpios = <&gpio 1 GPIO_ACTIVE_HIGH>; gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
}; };
led@2 { link3 {
label = "ubnt:green:link3"; label = "ubnt:green:link3";
gpios = <&gpio 11 GPIO_ACTIVE_HIGH>; gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
}; };
led@3 { link4 {
label = "ubnt:green:link4"; label = "ubnt:green:link4";
gpios = <&gpio 7 GPIO_ACTIVE_HIGH>; gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
}; };
@ -122,7 +121,7 @@
&pcie { &pcie {
status = "okay"; status = "okay";
ath9k@0000 { ath9k@0 {
reg = <0x0000 0 0 0 0>; reg = <0x0000 0 0 0 0>;
qca,no-eeprom; qca,no-eeprom;
}; };