Skip to content

Commit

Permalink
bcm63xx: fix the Home Hub 2a power LED
Browse files Browse the repository at this point in the history
Power LED register is wrong at dts. Fix it.

Fixes: 9ceeaf4 ("brcm63xx: switch to hardware led controllers")
Signed-off-by: Daniel González Cabanelas <[email protected]>
  • Loading branch information
danitool authored and Noltari committed Jun 16, 2023
1 parent 265071a commit 0e01ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
};

led_power_green: led@1 {
reg = <0>;
reg = <1>;
active-low;
label = "green:power";
default-state = "on";
Expand Down

0 comments on commit 0e01ba9

Please sign in to comment.