realtek: ZyXEL GS1900-48: fix system LED polarity
When driven by a GPIO pin, the system LED needs to be configured as
active high. Otherwise the LED switches off after booting and
initialisation.
Fixes: 47f5a0a3ee ("realtek: Add support for ZyXEL GS1900-48 Switch")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
			
			
This commit is contained in:
		 Sander Vanheule
					Sander Vanheule
				
			
				
					committed by
					
						 Daniel Golle
						Daniel Golle
					
				
			
			
				
	
			
			
			 Daniel Golle
						Daniel Golle
					
				
			
						parent
						
							66140820e1
						
					
				
				
					commit
					fa20f2bfc7
				
			| @@ -28,7 +28,7 @@ | |||||||
|  |  | ||||||
| 		led_sys: sys { | 		led_sys: sys { | ||||||
| 			label = "green:sys"; | 			label = "green:sys"; | ||||||
| 			gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; | 			gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>; | ||||||
| 		}; | 		}; | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user