aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-05-05 19:05:58 +0800
committerStefano Babic <sbabic@denx.de>2022-05-20 09:30:29 +0200
commitba06ea8991be1c876f2e4eba8f8c3b0b1a7141d6 (patch)
tree1fb560364ffd549c9495b5c303c8c5ce2af32c41 /arch/arm/dts
parent6d5cc90670203e18e795afbfe4adae812887a72c (diff)
downloadu-boot-ba06ea8991be1c876f2e4eba8f8c3b0b1a7141d6.zip
u-boot-ba06ea8991be1c876f2e4eba8f8c3b0b1a7141d6.tar.gz
u-boot-ba06ea8991be1c876f2e4eba8f8c3b0b1a7141d6.tar.bz2
imx: imx8mm_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/arm/dts')
-rw-r--r--arch/arm/dts/imx8mm-evk-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mm-evk-u-boot.dtsi b/arch/arm/dts/imx8mm-evk-u-boot.dtsi
index 8861542..e9fbf7b 100644
--- a/arch/arm/dts/imx8mm-evk-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-evk-u-boot.dtsi
@@ -121,6 +121,10 @@
u-boot,dm-spl;
};
+&pinctrl_wdog {
+ u-boot,dm-spl;
+};
+
&fec1 {
phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
};