mirror of
				https://github.com/optim-enterprises-bv/openwrt-ipq.git
				synced 2025-11-03 19:58:34 +00:00 
			
		
		
		
	qualcommax: ipq807x: sax1v1k: fix QCA8081 reset
It seems that on Spectrum SAX1V1K QCA8081 is being brought out of reset too quickly and thus causing it to get stuck in an invalid autoneg register configuration mode. Setting an deasset delay seems to fix this, so lets set it. Fixes: #15493 Link: https://github.com/openwrt/openwrt/pull/15541 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
		@@ -136,6 +136,7 @@
 | 
				
			|||||||
		compatible = "ethernet-phy-id004d.d101";
 | 
							compatible = "ethernet-phy-id004d.d101";
 | 
				
			||||||
		reg = <28>;
 | 
							reg = <28>;
 | 
				
			||||||
		reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
 | 
							reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
 | 
				
			||||||
 | 
							reset-deassert-us = <10000>;
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user