ath79: add missing reset-gpios for NanoStation Loco M (XW)
When porting support from ar71xx to ath79, the reset-gpios option was missed. Due to a hardware bug, this would eventually leave the devices with RX-deaf Ethernet PHY. Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
This commit is contained in:
		 Roger Pueyo Centelles
					Roger Pueyo Centelles
				
			
				
					committed by
					
						 Daniel Golle
						Daniel Golle
					
				
			
			
				
	
			
			
			 Daniel Golle
						Daniel Golle
					
				
			
						parent
						
							7ae2523323
						
					
				
				
					commit
					6613a7f5cc
				
			| @@ -16,6 +16,7 @@ | |||||||
| 	phy1: ethernet-phy@1 { | 	phy1: ethernet-phy@1 { | ||||||
| 		reg = <1>; | 		reg = <1>; | ||||||
| 		phy-mode = "mii"; | 		phy-mode = "mii"; | ||||||
|  | 		reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>; | ||||||
| 	}; | 	}; | ||||||
| }; | }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user