Browse Source

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 <[email protected]>
Daniel González Cabanelas 2 năm trước cách đây
mục cha
commit
0e01ba9361
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts

+ 1 - 1
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";