Skip to content

Commit 6d58c5e

Browse files
robherringShawn Guo
authored andcommitted
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 <[email protected]> Fixes: 8b8c7d9 ("ARM: dts: imx7ulp: Add wdog1 node") Signed-off-by: Shawn Guo <[email protected]>
1 parent ff3cfc3 commit 6d58c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx7ulp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
260260
clocks = <&pcc2 IMX7ULP_CLK_WDG1>;
261261
assigned-clocks = <&pcc2 IMX7ULP_CLK_WDG1>;
262-
assigned-clocks-parents = <&scg1 IMX7ULP_CLK_FIRC_BUS_CLK>;
262+
assigned-clock-parents = <&scg1 IMX7ULP_CLK_FIRC_BUS_CLK>;
263263
timeout-sec = <40>;
264264
};
265265

0 commit comments

Comments
 (0)