diff options
author | Marco Felsch <m.felsch@pengutronix.de> | 2020-08-31 15:30:18 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-05 10:05:07 +0200 |
commit | f3e7dae323ab9226974d94d6b40f801d9f2091b0 (patch) | |
tree | 2bf10174380f6a4cc9ef813ac0c3273789f25c53 /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | ARM: dts: imx6qdl: move iomuxc compatible assignment out of root node (diff) | |
download | linux-f3e7dae323ab9226974d94d6b40f801d9f2091b0.tar.xz linux-f3e7dae323ab9226974d94d6b40f801d9f2091b0.zip |
ARM: dts: imx6qdl: add enet_out clk support
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index de6daa7b38aa..7a8837cbe21b 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"; }; |