diff options
author | Daniel 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 |
commit | 0e01ba93610240ad84f9bbc5fc6e5982a07d39f9 (patch) | |
tree | 0024afba704a048a113a454f38a9cf7a713024f2 /target | |
parent | 265071af7c4590f06d94d3c99b4f1d74960e9844 (diff) | |
download | openwrt-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')
-rw-r--r-- | target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts | 2 |
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"; |