From: Daniel González Cabanelas Date: Fri, 16 Jun 2023 12:24:13 +0000 (+0200) Subject: bcm63xx: fix the Home Hub 2a power LED X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0e01ba93610240ad84f9bbc5fc6e5982a07d39f9;p=openwrt%2Fstaging%2Fthess.git 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 --- 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";