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

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
......@@ -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>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment