aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts')
-rw-r--r--target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts b/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts
index f51bc0f771..2e00de8887 100644
--- a/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts
+++ b/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts
@@ -11,9 +11,9 @@
model = "Buffalo WZR-HP-AG300H/WZR-600DHP";
aliases {
- led-boot = &diag;
- led-failsafe = &diag;
- led-upgrade = &diag;
+ led-boot = &led_diag;
+ led-failsafe = &led_diag;
+ led-upgrade = &led_diag;
};
chosen {
@@ -27,19 +27,18 @@
clock-frequency = <40000000>;
};
- gpio-leds {
+ leds {
compatible = "gpio-leds";
- diag: diag {
+ led_diag: diag {
label = "buffalo:red:diag";
gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
};
};
ath9k-leds {
- // those leds are indeed attached to the wifi chips
-
compatible = "gpio-leds";
+
band2g_a {
label = "buffalo:amber:band2g";
gpios = <&ath9k0 1 GPIO_ACTIVE_LOW>;
@@ -228,6 +227,7 @@
&spi {
status = "okay";
+
num-cs = <2>;
cs-gpios = <0>, <0>;