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-Tag: v23.05.0-rc2~28 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=dee8ca626c7108540795506eb1675aff586d9066;p=openwrt%2Fstaging%2Fhauke.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 (cherry picked from commit 0e01ba93610240ad84f9bbc5fc6e5982a07d39f9) --- 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";