mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	arm: mvebu: armada-3720-uDPU.dts: Change back to phy-mode "2500base-x"
With commit 8678776df6f5 (arm: mvebu: armada-3720-uDPU: fix PHY mode definition to sgmii-2500) the PHY mode was switch to "sgmii-2500", even when this is functionally incorrect since "2500base-x" was not supported in U-Boot at that time. As this mode is now supported (at least present in the headers), this patch moves back to the orinal version. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Jakov Petrina <jakov.petrina@sartura.hr> Cc: Vladimir Vid <vladimir.vid@sartura.hr> Cc: Luka Perkov <luka.perkov@sartura.hr>
This commit is contained in:
		
							parent
							
								
									d24efc621c
								
							
						
					
					
						commit
						c350601348
					
				@ -126,14 +126,14 @@
 | 
				
			|||||||
ð0 {
 | 
					ð0 {
 | 
				
			||||||
	pinctrl-0 = <&pcie_pins>;
 | 
						pinctrl-0 = <&pcie_pins>;
 | 
				
			||||||
	status = "okay";
 | 
						status = "okay";
 | 
				
			||||||
	phy-mode = "sgmii-2500";
 | 
						phy-mode = "2500base-x";
 | 
				
			||||||
	managed = "in-band-status";
 | 
						managed = "in-band-status";
 | 
				
			||||||
	phy = <ðphy0>;
 | 
						phy = <ðphy0>;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ð1 {
 | 
					ð1 {
 | 
				
			||||||
	status = "okay";
 | 
						status = "okay";
 | 
				
			||||||
	phy-mode = "sgmii-2500";
 | 
						phy-mode = "2500base-x";
 | 
				
			||||||
	managed = "in-band-status";
 | 
						managed = "in-band-status";
 | 
				
			||||||
	phy = <ðphy1>;
 | 
						phy = <ðphy1>;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user