[PATCH] ARM: dts: ci4x10: Reflect upstream change to fec clocks

Thorsten Scherer t.scherer at eckelmann.de
Mon Mar 28 23:12:54 PDT 2022


Reflect changes of

    commit f3e7dae323ab ("ARM: dts: imx6qdl: add enet_out clk support")

and overwrite clocks accordingly.

Signed-off-by: Thorsten Scherer <t.scherer at eckelmann.de>
---
 arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dts b/arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dts
index b4a9523e325b..98a503d9be21 100644
--- a/arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dts
+++ b/arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dts
@@ -297,7 +297,10 @@ &fec {
 	phy-mode = "rmii";
 	phy-reset-gpios = <&gpio1 18 GPIO_ACTIVE_LOW>;
 	phy-handle = <&phy>;
-	clocks = <&clks IMX6QDL_CLK_ENET>, <&clks IMX6QDL_CLK_ENET>, <&rmii_clk>;
+	clocks = <&clks IMX6QDL_CLK_ENET>,
+		 <&clks IMX6QDL_CLK_ENET>,
+		 <&rmii_clk>,
+		 <&clks IMX6QDL_CLK_ENET_REF>;
 	status = "okay";
 
 	mdio {
-- 
2.30.2




More information about the linux-arm-kernel mailing list