From: Ricardo Salveti Date: Tue, 21 Sep 2021 11:48:26 +0000 (+0300) Subject: ARM: dts: imx6-apalis: enable watchdog X-Git-Tag: v2022.01-rc1~19^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5089d2fc8e4efc3ffad861fe2d127ff40b2f8064;p=pandora-u-boot.git ARM: dts: imx6-apalis: enable watchdog Add u-boot.dtsi specific to imx6-apalis with a watchdog enabled. If OP-TEE is loaded by SPL, it may use a watchdog to handle fails of u-boot running. Enable the watchdog in SPL to use it by OP-TEE. Signed-off-by: Ricardo Salveti Signed-off-by: Oleksandr Suvorov Reviewed-by: Igor Opaniuk Reviewed-by: Peng Fan --- diff --git a/arch/arm/dts/imx6-apalis-u-boot.dtsi b/arch/arm/dts/imx6-apalis-u-boot.dtsi new file mode 100644 index 00000000000..95e7e022b9a --- /dev/null +++ b/arch/arm/dts/imx6-apalis-u-boot.dtsi @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0+ OR X11 +/* + * Copyright 2020 Foundries.IO + */ + +#include "imx6qdl-u-boot.dtsi" + +&wdog1 { + status = "okay"; + u-boot,dm-spl; +};