bcm63xx: fix the Home Hub 2a power LED
Power LED register is wrong at dts. Fix it.
Fixes: 9ceeaf4c6c ("brcm63xx: switch to hardware led controllers")
Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
			
			
This commit is contained in:
		
				
					committed by
					
						
						Álvaro Fernández Rojas
					
				
			
			
				
	
			
			
			
						parent
						
							265071af7c
						
					
				
				
					commit
					0e01ba9361
				
			@@ -60,7 +60,7 @@
 | 
				
			|||||||
	};
 | 
						};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	led_power_green: led@1 {
 | 
						led_power_green: led@1 {
 | 
				
			||||||
		reg = <0>;
 | 
							reg = <1>;
 | 
				
			||||||
		active-low;
 | 
							active-low;
 | 
				
			||||||
		label = "green:power";
 | 
							label = "green:power";
 | 
				
			||||||
		default-state = "on";
 | 
							default-state = "on";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user