diff options
author | Rob Herring <robh@kernel.org> | 2022-01-20 11:23:55 -0600 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-01-29 14:23:15 +0800 |
commit | 6d58c5e21a3fe355ce6d1808e96d02a610265218 (patch) | |
tree | 9a8d2e80ec9eb7bfb8b2b650d49244b87af4dce9 /arch/arm | |
parent | ff3cfc35a4dd4b432e33eee4f6d772411d70399f (diff) | |
download | linux-6d58c5e21a3fe355ce6d1808e96d02a610265218.tar.bz2 |
ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo
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@kernel.org>
Fixes: 8b8c7d97e2c7 ("ARM: dts: imx7ulp: Add wdog1 node")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx7ulp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi index b7ea37ad4e55..bcec98b96411 100644 --- a/arch/arm/boot/dts/imx7ulp.dtsi +++ b/arch/arm/boot/dts/imx7ulp.dtsi @@ -259,7 +259,7 @@ 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>; }; |