Commit 6d58c5e2 authored by Rob Herring's avatar Rob Herring Committed by Shawn Guo
Browse files

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: default avatarRob Herring <robh@kernel.org>
Fixes: 8b8c7d97 ("ARM: dts: imx7ulp: Add wdog1 node")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ff3cfc35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
		};