Patch "ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo" has been added to the 5.10-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: imx7ulp: Fix 'assigned-clocks-parents' typo

to the 5.10-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-imx7ulp-fix-assigned-clocks-parents-typo.patch
and it can be found in the queue-5.10 subdirectory.

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



commit f8d3c033d8ab05675c8fa98c2c74db1576615150
Author: Rob Herring <robh@xxxxxxxxxx>
Date:   Thu Jan 20 11:23:55 2022 -0600

    ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo
    
    [ Upstream commit 6d58c5e21a3fe355ce6d1808e96d02a610265218 ]
    
    The correct property name is 'assigned-clock-parents', not
    'assigned-clocks-parents'. Though if the platform works with the typo, one
    has to wonder if the property is even needed.
    
    Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
    Fixes: 8b8c7d97e2c7 ("ARM: dts: imx7ulp: Add wdog1 node")
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi
index b7ea37ad4e55c..bcec98b964114 100644
--- a/arch/arm/boot/dts/imx7ulp.dtsi
+++ b/arch/arm/boot/dts/imx7ulp.dtsi
@@ -259,7 +259,7 @@ wdog1: watchdog@403d0000 {
 			interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&pcc2 IMX7ULP_CLK_WDG1>;
 			assigned-clocks = <&pcc2 IMX7ULP_CLK_WDG1>;
-			assigned-clocks-parents = <&scg1 IMX7ULP_CLK_FIRC_BUS_CLK>;
+			assigned-clock-parents = <&scg1 IMX7ULP_CLK_FIRC_BUS_CLK>;
 			timeout-sec = <40>;
 		};
 



[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