提交 6d58c5e2 编写于 作者: R Rob Herring 提交者: 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: NRob Herring <robh@kernel.org>
Fixes: 8b8c7d97 ("ARM: dts: imx7ulp: Add wdog1 node")
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 ff3cfc35
......@@ -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>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册