ARM: dts: kirkwood: set Guruplug phy-connection-type to rgmii-id
Ethernet PHYs found on Globalscale Guruplug are connected by RGMII-ID. Set the corresponding phy-connection-type property accordingly. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Andrew Lunn <andrew@lunn.ch> Link: https://lkml.kernel.org/r/1398862602-29595-16-git-send-email-sebastian.hesselbarth@gmail.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
		
					parent
					
						
							
								e862721c87
							
						
					
				
			
			
				commit
				
					
						eeb845459a
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -105,6 +105,7 @@
 | 
				
			||||||
		compatible = "ethernet-phy-id0141.0cb0",
 | 
							compatible = "ethernet-phy-id0141.0cb0",
 | 
				
			||||||
		             "ethernet-phy-ieee802.3-c22";
 | 
							             "ethernet-phy-ieee802.3-c22";
 | 
				
			||||||
		reg = <0>;
 | 
							reg = <0>;
 | 
				
			||||||
 | 
							phy-connection-type = "rgmii-id";
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	ethphy1: ethernet-phy@1 {
 | 
						ethphy1: ethernet-phy@1 {
 | 
				
			||||||
| 
						 | 
					@ -112,6 +113,7 @@
 | 
				
			||||||
		compatible = "ethernet-phy-id0141.0cb0",
 | 
							compatible = "ethernet-phy-id0141.0cb0",
 | 
				
			||||||
		             "ethernet-phy-ieee802.3-c22";
 | 
							             "ethernet-phy-ieee802.3-c22";
 | 
				
			||||||
		reg = <1>;
 | 
							reg = <1>;
 | 
				
			||||||
 | 
							phy-connection-type = "rgmii-id";
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue