Add i.MX8QXP system controller watchdog support. Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> --- Note: this patch is based on my thermal patch series: https://patchwork.kernel.org/patch/10800699/ --- arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi index 88eb04b..bfb77a5 100644 --- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi @@ -123,6 +123,10 @@ tsens-num = <1>; #thermal-sensor-cells = <1>; }; + + watchdog: watchdog { + compatible = "fsl,imx8qxp-sc-wdt"; + }; }; timer { -- 2.7.4