Commit db9693aa authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

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: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4bee4357
...@@ -157,6 +157,11 @@ pd: imx8qx-pd { ...@@ -157,6 +157,11 @@ pd: imx8qx-pd {
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 @@ lsio_gpio7: gpio@5d0f0000 { ...@@ -525,9 +530,4 @@ lsio_gpio7: gpio@5d0f0000 {
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>;
};
}; };
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