diff mbox series

lxr2: Add DA9063 watchdog support

Message ID 20241004125450.1923873-1-festevam@gmail.com
State New
Delegated to: Fabio Estevam
Headers show
Series lxr2: Add DA9063 watchdog support | expand

Commit Message

Fabio Estevam Oct. 4, 2024, 12:54 p.m. UTC
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 mbox series

Patch

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