summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorDaniel González Cabanelas <dgcbueu@gmail.com>2023-06-16 14:24:13 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2023-06-16 14:39:39 +0200
commit0e01ba93610240ad84f9bbc5fc6e5982a07d39f9 (patch)
tree0024afba704a048a113a454f38a9cf7a713024f2 /target/linux
parent265071af7c4590f06d94d3c99b4f1d74960e9844 (diff)
downloadopenwrt-0e01ba93610240ad84f9bbc5fc6e5982a07d39f9.tar.gz
openwrt-0e01ba93610240ad84f9bbc5fc6e5982a07d39f9.tar.bz2
openwrt-0e01ba93610240ad84f9bbc5fc6e5982a07d39f9.zip
bcm63xx: fix the Home Hub 2a power LED
Power LED register is wrong at dts. Fix it. Fixes: 9ceeaf4c6cac ("brcm63xx: switch to hardware led controllers") Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts b/target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts
index b5eea3dcb1..10aea48783 100644
--- a/target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts
+++ b/target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts
@@ -60,7 +60,7 @@
};
led_power_green: led@1 {
- reg = <0>;
+ reg = <1>;
active-low;
label = "green:power";
default-state = "on";