arm64: dts: imx8qxp: Move watchdog node into scu node
i.MX system controller watchdog has pretimeout function which depends on i.MX SCU driver, so it should be a subnode of SCU. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
4bee435742
commit
db9693aa76
@ -157,6 +157,11 @@
|
|||||||
rtc: rtc {
|
rtc: rtc {
|
||||||
compatible = "fsl,imx8qxp-sc-rtc";
|
compatible = "fsl,imx8qxp-sc-rtc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
watchdog {
|
||||||
|
compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
|
||||||
|
timeout-sec = <60>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
timer {
|
timer {
|
||||||
@ -525,9 +530,4 @@
|
|||||||
power-domains = <&pd IMX_SC_R_GPIO_7>;
|
power-domains = <&pd IMX_SC_R_GPIO_7>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
watchdog {
|
|
||||||
compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
|
|
||||||
timeout-sec = <60>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user