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

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
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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>;
	};
};