mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 08:46:36 +09:00
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:
@@ -157,6 +157,11 @@
|
||||
rtc: rtc {
|
||||
compatible = "fsl,imx8qxp-sc-rtc";
|
||||
};
|
||||
|
||||
watchdog {
|
||||
compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
|
||||
timeout-sec = <60>;
|
||||
};
|
||||
};
|
||||
|
||||
timer {
|
||||
@@ -525,9 +530,4 @@
|
||||
power-domains = <&pd IMX_SC_R_GPIO_7>;
|
||||
};
|
||||
};
|
||||
|
||||
watchdog {
|
||||
compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
|
||||
timeout-sec = <60>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user