Skip to content

Commit c63749a

Browse files
Marek VasutShawn Guo
authored andcommitted
arm64: dts: imx8mp: Fix LAN8740Ai PHY reference clock on DH electronics i.MX8M Plus DHCOM
Add missing 'clocks' property to LAN8740Ai PHY node, to allow the PHY driver to manage LAN8740Ai CLKIN reference clock supply. This fixes sporadic link bouncing caused by interruptions on the PHY reference clock, by letting the PHY driver manage the reference clock and assure there are no interruptions. This follows the matching PHY driver recommendation described in commit bedd8d7 ("net: phy: smsc: LAN8710/20: add phy refclk in support") Fixes: 8d67126 ("arm64: dts: imx8mp: Add support for DH electronics i.MX8M Plus DHCOM and PDK2") Signed-off-by: Marek Vasut <marek.vasut@mailbox.org> Tested-by: Christoph Niedermaier <cniedermaier@dh-electronics.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent cdf4e63 commit c63749a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
ethphy0f: ethernet-phy@1 { /* SMSC LAN8740Ai */
114114
compatible = "ethernet-phy-id0007.c110",
115115
"ethernet-phy-ieee802.3-c22";
116+
clocks = <&clk IMX8MP_CLK_ENET_QOS>;
116117
interrupt-parent = <&gpio3>;
117118
interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
118119
pinctrl-0 = <&pinctrl_ethphy0>;

0 commit comments

Comments
 (0)