* [PATCH] ARM: dts: imx6qdl: add enet_out clk support
@ 2020-08-31 13:30 Marco Felsch
2020-09-05 6:46 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Marco Felsch @ 2020-08-31 13:30 UTC (permalink / raw)
To: robh+dt, shawnguo, s.hauer, festevam, linux-imx
Cc: kernel, linux-arm-kernel, devicetree
Like the other i-MX devices the i.MX6 family can output the enet tx
clock on the pad to feed the connected device. Add the missing clk here
to avoid local fixups like: arch/arm/boot/dts/imx6qdl-tx6.dtsi.
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
arch/arm/boot/dts/imx6qdl.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 43edbf1156c7..e24c3102c5e3 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -1043,8 +1043,9 @@
<0 119 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks IMX6QDL_CLK_ENET>,
<&clks IMX6QDL_CLK_ENET>,
+ <&clks IMX6QDL_CLK_ENET_REF>,
<&clks IMX6QDL_CLK_ENET_REF>;
- clock-names = "ipg", "ahb", "ptp";
+ clock-names = "ipg", "ahb", "ptp", "enet_out";
fsl,stop-mode = <&gpr 0x34 27>;
status = "disabled";
};
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: imx6qdl: add enet_out clk support
2020-08-31 13:30 [PATCH] ARM: dts: imx6qdl: add enet_out clk support Marco Felsch
@ 2020-09-05 6:46 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-09-05 6:46 UTC (permalink / raw)
To: Marco Felsch
Cc: robh+dt, s.hauer, festevam, linux-imx, kernel, linux-arm-kernel,
devicetree
On Mon, Aug 31, 2020 at 03:30:18PM +0200, Marco Felsch wrote:
> Like the other i-MX devices the i.MX6 family can output the enet tx
> clock on the pad to feed the connected device. Add the missing clk here
> to avoid local fixups like: arch/arm/boot/dts/imx6qdl-tx6.dtsi.
>
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-05 6:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-31 13:30 [PATCH] ARM: dts: imx6qdl: add enet_out clk support Marco Felsch
2020-09-05 6:46 ` 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).