octeon: ubnt-edgerouter-e300: fix LED settings
LEDs on Edgerouter 6P didn't work correctly: blue /white LED swapped, on/off state inverted Fixed in device tree: swap the GPIO ports for power:blue and power:white LEDs change LED activity from LOW to HIGH Tested on Edgerouter 6P Signed-off-by: Carsten Spieß <mail@carsten-spiess.de>
This commit is contained in:
		 Carsten Spieß
					Carsten Spieß
				
			
				
					committed by
					
						 Christian Lamparter
						Christian Lamparter
					
				
			
			
				
	
			
			
			 Christian Lamparter
						Christian Lamparter
					
				
			
						parent
						
							6bf0e76494
						
					
				
				
					commit
					9009672930
				
			| @@ -33,12 +33,12 @@ | |||||||
|  |  | ||||||
| 		led_power_blue: power_blue { | 		led_power_blue: power_blue { | ||||||
| 			label = "blue:power"; | 			label = "blue:power"; | ||||||
| 			gpios = <&gpio 15 GPIO_ACTIVE_LOW>; | 			gpios = <&gpio 17 GPIO_ACTIVE_HIGH>; | ||||||
| 		}; | 		}; | ||||||
|  |  | ||||||
| 		led_power_white: power_white { | 		led_power_white: power_white { | ||||||
| 			label = "white:power"; | 			label = "white:power"; | ||||||
| 			gpios = <&gpio 17 GPIO_ACTIVE_LOW>; | 			gpios = <&gpio 15 GPIO_ACTIVE_HIGH>; | ||||||
| 		}; | 		}; | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user