summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-05-05 14:05:59 +0300
committerStefano Babic <sbabic@denx.de>2022-05-20 10:30:29 +0300
commita38ed61643a4cf0f124798cc982be8402173d2e0 (patch)
treef0af1371f8b492fc34ef008bac7fa2994daa3da5 /arch
parentba06ea8991be1c876f2e4eba8f8c3b0b1a7141d6 (diff)
downloadu-boot-a38ed61643a4cf0f124798cc982be8402173d2e0.tar.xz
imx: imx8mp_evk: enable pinctrl_wdog in SPL
Mark pinctrl_wdog as u-boot,dm-spl to clean up board code, The set_wdog_reset() function is not necessary as this is handled by the imx_watchdog.c driver due to the 'fsl,ext-reset-output' property being set. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx8mp-evk-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp-evk-u-boot.dtsi b/arch/arm/dts/imx8mp-evk-u-boot.dtsi
index 7aa908304a..f43eb6238d 100644
--- a/arch/arm/dts/imx8mp-evk-u-boot.dtsi
+++ b/arch/arm/dts/imx8mp-evk-u-boot.dtsi
@@ -43,6 +43,10 @@
u-boot,dm-spl;
};
+&pinctrl_wdog {
+ u-boot,dm-spl;
+};
+
&gpio1 {
u-boot,dm-spl;
};