aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2018-05-28 13:37:27 +0000
committerJohn Crispin <john@phrozen.org>2018-06-08 09:56:28 +0200
commit9dad82c5d667a7bd8e263e7339554fdcc9cc71ad (patch)
tree5af7967fc5f3337b12bbba64d8ac94b8ab9d2396 /target/linux/ath79/dts/ar7241_ubnt_xm.dtsi
parent93ff973c978db1aed3b98fb76bfa4603e4a4c8ea (diff)
downloadupstream-9dad82c5d667a7bd8e263e7339554fdcc9cc71ad.tar.gz
upstream-9dad82c5d667a7bd8e263e7339554fdcc9cc71ad.tar.bz2
upstream-9dad82c5d667a7bd8e263e7339554fdcc9cc71ad.zip
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>
Diffstat (limited to 'target/linux/ath79/dts/ar7241_ubnt_xm.dtsi')
-rw-r--r--target/linux/ath79/dts/ar7241_ubnt_xm.dtsi13
1 files changed, 6 insertions, 7 deletions
diff --git a/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi
index bea9adc5d4..4c46176f95 100644
--- a/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi
+++ b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi
@@ -26,8 +26,7 @@
#size-cells = <0>;
poll-interval = <20>;
- button@0 {
- label = "reset";
+ reset {
linux,code = <KEY_RESTART>;
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
debounce-interval = <60>;
@@ -36,22 +35,22 @@
leds {
compatible = "gpio-leds";
- led@0 {
+ link1 {
label = "ubnt:red:link1";
gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
};
- led@1 {
+ link2 {
label = "ubnt:orange:link2";
gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
};
- led@2 {
+ link3 {
label = "ubnt:green:link3";
gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
};
- led@3 {
+ link4 {
label = "ubnt:green:link4";
gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
};
@@ -122,7 +121,7 @@
&pcie {
status = "okay";
- ath9k@0000 {
+ ath9k@0 {
reg = <0x0000 0 0 0 0>;
qca,no-eeprom;
};