Patch "ARM: dts: ci4x10: Adapt to changes in imx6qdl.dtsi regarding fec clocks" has been added to the 5.18-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: dts: ci4x10: Adapt to changes in imx6qdl.dtsi regarding fec clocks

to the 5.18-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-ci4x10-adapt-to-changes-in-imx6qdl.dtsi-rega.patch
and it can be found in the queue-5.18 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 1e4dfa5066a88f0d10a4fe0fbf27e48066cab1dd
Author: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>
Date:   Wed Apr 6 06:39:45 2022 +0200

    ARM: dts: ci4x10: Adapt to changes in imx6qdl.dtsi regarding fec clocks
    
    [ Upstream commit 3d397a1277853498e8b7b305f2610881357c033f ]
    
    Commit f3e7dae323ab ("ARM: dts: imx6qdl: add enet_out clk
    support") added another item to the list of clocks for the fec
    device. As imx6dl-eckelmann-ci4x10.dts only overwrites clocks,
    but not clock-names this resulted in an inconsistency with
    clocks having one item more than clock-names.
    
    Also overwrite clock-names with the same value as in
    imx6qdl.dtsi. This is a no-op today, but prevents similar
    inconsistencies if the soc file will be changed in a similar way
    in the future.
    
    Signed-off-by: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>
    Reviewed-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
    Fixes: f3e7dae323ab ("ARM: dts: imx6qdl: add enet_out clk support")
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dts b/arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dts
index b4a9523e325b..864dc5018451 100644
--- a/arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dts
+++ b/arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dts
@@ -297,7 +297,11 @@ &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>;
+	clock-names = "ipg", "ahb", "ptp", "enet_out";
 	status = "okay";
 
 	mdio {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux