linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: ci4x10: Reflect upstream change to fec clocks
@ 2022-03-29  6:12 Thorsten Scherer
  2022-03-29  7:02 ` Uwe Kleine-König
  0 siblings, 1 reply; 7+ messages in thread
From: Thorsten Scherer @ 2022-03-29  6:12 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	linux-arm-kernel, t.scherer

Reflect changes of

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

and overwrite clocks accordingly.

Signed-off-by: Thorsten Scherer <t.scherer@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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-10  8:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-29  6:12 [PATCH] ARM: dts: ci4x10: Reflect upstream change to fec clocks Thorsten Scherer
2022-03-29  7:02 ` Uwe Kleine-König
2022-03-31 13:25   ` Thorsten Scherer
2022-03-31 14:19     ` Uwe Kleine-König
2022-04-06  4:39       ` [PATCH v2] ARM: dts: ci4x10: Adapt to changes in imx6qdl.dtsi regarding " Thorsten Scherer
2022-04-06  6:25         ` Uwe Kleine-König
2022-04-10  8:27         ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).