diff options
| author | Peng Fan <[email protected]> | 2022-06-11 20:21:08 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-06-14 21:33:14 +0200 |
| commit | 722e2b9a2b154cd05495b19b799ab784bfb3ab53 (patch) | |
| tree | 6918cb901d5ad40883bfee41ee799c9fca546933 /arch | |
| parent | ae75489c48132efc6c9ece91773a0cd1c7a59e15 (diff) | |
imx: imx8mp_rsb7320a1: enable wdog driver model in SPL
Mark wdog1/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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi b/arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi index 2848b24f655..4419967ee42 100644 --- a/arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi @@ -89,6 +89,14 @@ u-boot,dm-spl; }; +&wdog1 { + u-boot,dm-spl; +}; + +&pinctrl_wdog { + u-boot,dm-spl; +}; + &pinctrl_i2c1 { u-boot,dm-spl; }; |
