Skip to content

Commit 6552218

Browse files
KarlK90Shawn Guo
authored andcommitted
ARM: dts: imx6q: skov: fix ethernet clock regression
A regression was introduced in the Skov specific i.MX6 flavor reve-mi1010ait-1cp1 device tree causing the external ethernet controller to not being selected as the clock source for the i.MX6 ethernet MAC, resulting in a none functional ethernet interface. The root cause is that the ethernet clock selection is now part of the clocks node, which is overwritten in the specific device tree and wasn't updated to contain these ethernet clocks. Fixes: c896140 ("ARM: dts: imx6qdl-skov-cpu: configure ethernet reference clock parent") Signed-off-by: Stefan Kerkmann <s.kerkmann@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 2bfba37 commit 6552218

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/nxp/imx/imx6q-skov-reve-mi1010ait-1cp1.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737

3838
&clks {
3939
assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
40-
<&clks IMX6QDL_CLK_LDB_DI1_SEL>;
40+
<&clks IMX6QDL_CLK_LDB_DI1_SEL>, <&clks IMX6QDL_CLK_ENET_REF_SEL>;
4141
assigned-clock-parents = <&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>,
42-
<&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>;
42+
<&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>, <&clk50m_phy>;
4343
};
4444

4545
&hdmi {

0 commit comments

Comments
 (0)