Skip to content

Commit d951f8f

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock
Since commit c7e73b5 ("ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup")thet Ethernet PHY is no longer configured via code in board file. This caused Ethernet to stop working. Fix this problem by describing the clocks and clock-names to the Ethernet PHY node so that the KSZ8081 chip can be clocked correctly. Fixes: c7e73b5 ("ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup") Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 209043c commit d951f8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/nxp/imx/imx6ul-pico.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121
max-speed = <100>;
122122
interrupt-parent = <&gpio5>;
123123
interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
124+
clocks = <&clks IMX6UL_CLK_ENET_REF>;
125+
clock-names = "rmii-ref";
124126
};
125127
};
126128
};

0 commit comments

Comments
 (0)