[PATCH] lxr2: Add DA9063 watchdog support

From: Fabio Estevam festevam@denx.de
The LXR2 board has a DA9063 that can provide watchdog functionality.
The DA9063 watchdog can cause a full POR reset, which is preferred over the built-in i.MX6 watchdog.
Signed-off-by: Fabio Estevam festevam@denx.de --- configs/lxr2_defconfig | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/configs/lxr2_defconfig b/configs/lxr2_defconfig index 855366d42151..2659b1f14b7e 100644 --- a/configs/lxr2_defconfig +++ b/configs/lxr2_defconfig @@ -104,6 +104,8 @@ CONFIG_RGMII=y CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y +CONFIG_DM_PMIC=y +CONFIG_DM_PMIC_DA9063=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y @@ -116,3 +118,4 @@ CONFIG_SYSRESET=y CONFIG_SYSRESET_WATCHDOG=y CONFIG_SYSRESET_WATCHDOG_AUTO=y CONFIG_IMX_THERMAL=y +CONFIG_WDT_DA9063=y

On Fri, Oct 4, 2024 at 9:54 AM Fabio Estevam festevam@gmail.com wrote:
From: Fabio Estevam festevam@denx.de
The LXR2 board has a DA9063 that can provide watchdog functionality.
The DA9063 watchdog can cause a full POR reset, which is preferred over the built-in i.MX6 watchdog.
Signed-off-by: Fabio Estevam festevam@denx.de
Applied to u-boot-imx/next, thanks.
participants (1)
-
Fabio Estevam