ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
The OpenMesh MR900 is a modified version of the Exx900/Exx1750 family. These devices are shipped with an AR803x PHY and had various problems with the delay configuration in ar71xx. These problems are now in the past [1] and parts of the delay configuration should now be done in the PHY only. Just switch to the configuration of the ECB1750 to have an already well tested configuration for ath79 with the newer kernel versions. [1] https://github.com/openwrt/openwrt/pull/3505#issuecomment-716050292 Reported-by: Michael Pratt <mcpratt@pm.me> Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
		 Sven Eckelmann
					Sven Eckelmann
				
			
				
					committed by
					
						 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
			
				
	
			
			
			 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
						parent
						
							31172e53f9
						
					
				
				
					commit
					4fbdadc0bf
				
			| @@ -145,20 +145,16 @@ | |||||||
| ð0 { | ð0 { | ||||||
| 	status = "okay"; | 	status = "okay"; | ||||||
|  |  | ||||||
| 	pll-data = <0xae000000 0xa0000101 0xa0001313>; | 	pll-data = <0x82000000 0x80000101 0x80001313>; | ||||||
|  |  | ||||||
| 	mtd-mac-address = <&art 0x0>; | 	mtd-mac-address = <&art 0x0>; | ||||||
|  |  | ||||||
| 	phy-mode = "rgmii-rxid"; | 	phy-mode = "rgmii-id"; | ||||||
| 	phy-handle = <&phy5>; | 	phy-handle = <&phy5>; | ||||||
|  |  | ||||||
| 	gmac-config { | 	gmac-config { | ||||||
| 		device = <&gmac>; | 		device = <&gmac>; | ||||||
| 		rgmii-enabled = <1>; | 		rgmii-enabled = <1>; | ||||||
| 		rxd-delay = <3>; |  | ||||||
| 		rxdv-delay = <3>; |  | ||||||
| 		txd-delay = <0>; |  | ||||||
| 		txen-delay = <0>; |  | ||||||
| 	}; | 	}; | ||||||
| }; | }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user