ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins
UniPhier LD20, PXs2 and PXs3 boards have ethernet phy that has RX/TX delays of RGMII interface using pull-ups on the RXDLY and TXDLY pins. So should set the phy-mode to "rgmii-id" to show that RX/TX delays are enabled. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
		
							parent
							
								
									5a28aa6a7b
								
							
						
					
					
						commit
						dd8c3136aa
					
				|  | @ -734,7 +734,7 @@ | |||
| 			clocks = <&sys_clk 6>; | ||||
| 			reset-names = "ether"; | ||||
| 			resets = <&sys_rst 6>; | ||||
| 			phy-mode = "rgmii"; | ||||
| 			phy-mode = "rgmii-id"; | ||||
| 			local-mac-address = [00 00 00 00 00 00]; | ||||
| 			socionext,syscon-phy-mode = <&soc_glue 0>; | ||||
| 
 | ||||
|  |  | |||
|  | @ -583,7 +583,7 @@ | |||
| 			clocks = <&sys_clk 6>; | ||||
| 			reset-names = "ether"; | ||||
| 			resets = <&sys_rst 6>; | ||||
| 			phy-mode = "rgmii"; | ||||
| 			phy-mode = "rgmii-id"; | ||||
| 			local-mac-address = [00 00 00 00 00 00]; | ||||
| 			socionext,syscon-phy-mode = <&soc_glue 0>; | ||||
| 
 | ||||
|  |  | |||
|  | @ -564,7 +564,7 @@ | |||
| 			clocks = <&sys_clk 6>; | ||||
| 			reset-names = "ether"; | ||||
| 			resets = <&sys_rst 6>; | ||||
| 			phy-mode = "rgmii"; | ||||
| 			phy-mode = "rgmii-id"; | ||||
| 			local-mac-address = [00 00 00 00 00 00]; | ||||
| 			socionext,syscon-phy-mode = <&soc_glue 0>; | ||||
| 
 | ||||
|  | @ -585,7 +585,7 @@ | |||
| 			clocks = <&sys_clk 7>; | ||||
| 			reset-names = "ether"; | ||||
| 			resets = <&sys_rst 7>; | ||||
| 			phy-mode = "rgmii"; | ||||
| 			phy-mode = "rgmii-id"; | ||||
| 			local-mac-address = [00 00 00 00 00 00]; | ||||
| 			socionext,syscon-phy-mode = <&soc_glue 1>; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue