aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7161_aruba_ap-105.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar7161_aruba_ap-105.dts')
-rw-r--r--target/linux/ath79/dts/ar7161_aruba_ap-105.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ath79/dts/ar7161_aruba_ap-105.dts b/target/linux/ath79/dts/ar7161_aruba_ap-105.dts
index d7f1a0711f..65c0be073b 100644
--- a/target/linux/ath79/dts/ar7161_aruba_ap-105.dts
+++ b/target/linux/ath79/dts/ar7161_aruba_ap-105.dts
@@ -32,23 +32,23 @@
compatible = "gpio-leds";
led_power_green: power_green {
- label = "ap-105:green:power";
+ label = "green:power";
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
};
led_power_red: power_red {
- label = "ap-105:red:power";
+ label = "red:power";
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
panic-indicator;
};
wifi_2g_red {
- label = "ap-105:red:wlan2g";
+ label = "red:wlan2g";
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
};
wifi_5g_red {
- label = "ap-105:red:wlan5g";
+ label = "red:wlan5g";
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
};
@@ -57,13 +57,13 @@
compatible = "gpio-leds";
wifi_2g_green {
- label = "ap-105:green:wlan2g";
+ label = "green:wlan2g";
gpios = <&ath9k0 5 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt";
};
wifi_5g_green {
- label = "ap-105:green:wlan5g";
+ label = "green:wlan5g";
gpios = <&ath9k1 5 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy1tpt";
};