ath79: Fix system LED on TP-Link WR740/741 v4
The system LED on these devices is ACTIVE_LOW, change back to what it is on ar71xx. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
This commit is contained in:
		 Paul Wassi
					Paul Wassi
				
			
				
					committed by
					
						 Mathias Kresin
						Mathias Kresin
					
				
			
			
				
	
			
			
			 Mathias Kresin
						Mathias Kresin
					
				
			
						parent
						
							9601d94138
						
					
				
				
					commit
					31dc0fbca3
				
			| @@ -69,7 +69,7 @@ | ||||
|  | ||||
| 		system: system { | ||||
| 			label = "tp-link:green:system"; | ||||
| 			gpios = <&gpio 27 GPIO_ACTIVE_HIGH>; | ||||
| 			gpios = <&gpio 27 GPIO_ACTIVE_LOW>; | ||||
| 		}; | ||||
|  | ||||
| 		wan { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user