[openwrt/openwrt] bcm63xx: fix the Home Hub 2a power LED
LEDE Commits
lede-commits at lists.infradead.org
Fri Jun 16 05:42:03 PDT 2023
noltari pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/dee8ca626c7108540795506eb1675aff586d9066
commit dee8ca626c7108540795506eb1675aff586d9066
Author: Daniel González Cabanelas <dgcbueu at gmail.com>
AuthorDate: Fri Jun 16 14:24:13 2023 +0200
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 at gmail.com>
(cherry picked from commit 0e01ba93610240ad84f9bbc5fc6e5982a07d39f9)
---
target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at 1 {
- reg = <0>;
+ reg = <1>;
active-low;
label = "green:power";
default-state = "on";
More information about the lede-commits
mailing list