aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts')
-rw-r--r--target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts15
1 files changed, 8 insertions, 7 deletions
diff --git a/target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts b/target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts
index a17d9f263a..9fe5cb0af9 100644
--- a/target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts
+++ b/target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts
@@ -11,10 +11,10 @@
compatible = "dlink,dir-859-a1", "qca,qca9563";
aliases {
- led-boot = &power;
- led-failsafe = &power;
- led-running = &power;
- led-upgrade = &power;
+ led-boot = &led_power;
+ led-failsafe = &led_power;
+ led-running = &led_power;
+ led-upgrade = &led_power;
};
chosen {
@@ -29,7 +29,7 @@
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
};
- power: power {
+ led_power: power {
label = "dir-859-a1:green:power";
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
};
@@ -87,10 +87,10 @@
};
&spi {
- num-cs = <1>;
-
status = "okay";
+ num-cs = <1>;
+
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
@@ -173,5 +173,6 @@
&wmac {
status = "okay";
+
qca,no-eeprom;
};