mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	xilinx: Fix mdio bus description for vck190-sc
Current behavior is that eth_phy_get_mdio_bus Net: FEC: can't find phy-handle ZYNQ GEM: ff0b0000, mdio bus ff0b0000, phyaddr 0, interface sgmii eth0: ethernet@ff0b0000 Net: ZYNQ GEM: ff0b0000, mdio bus ff0b0000, phyaddr 0, interface sgmii eth0: ethernet@ff0b0000 Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/5b7da5808136b3f579c0cf7a3431b56c758655e9.1662460749.git.michal.simek@amd.com
This commit is contained in:
		
							parent
							
								
									5c341965dd
								
							
						
					
					
						commit
						4e16826028
					
				@ -155,10 +155,14 @@
 | 
				
			|||||||
	phy-handle = <&phy0>;
 | 
						phy-handle = <&phy0>;
 | 
				
			||||||
	phy-mode = "sgmii";
 | 
						phy-mode = "sgmii";
 | 
				
			||||||
	is-internal-pcspma;
 | 
						is-internal-pcspma;
 | 
				
			||||||
 | 
						mdio: mdio {
 | 
				
			||||||
 | 
							#address-cells = <1>;
 | 
				
			||||||
 | 
							#size-cells = <0>;
 | 
				
			||||||
		phy0: ethernet-phy@0 { /* u131 M88E1512 */
 | 
							phy0: ethernet-phy@0 { /* u131 M88E1512 */
 | 
				
			||||||
			reg = <0>;
 | 
								reg = <0>;
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
&gpio {
 | 
					&gpio {
 | 
				
			||||||
	status = "okay";
 | 
						status = "okay";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user