Skip to content
Snippets Groups Projects
Commit 521102e5 authored by Natalia Kovalenko's avatar Natalia Kovalenko
Browse files

[C31] [DEFCONFIG] Enable GPIO_WATCHDOG support for TPS3851

SBC-C31 has TPS3851 voltage supervisor with integrated watchdog.
GPIO_WATCHDOG is sufficient to have basic watchdog functionality and
manage its pin (WDI), once watchdog is enabled in U-boot using pin (SET1).
Enable GPIO_WATCHDOG_ARCH_INITCALL to raise initcall level to arch_initcall
parent 2a6ae7a8
No related branches found
No related tags found
No related merge requests found
...@@ -271,6 +271,8 @@ CONFIG_DEVFREQ_THERMAL=y ...@@ -271,6 +271,8 @@ CONFIG_DEVFREQ_THERMAL=y
CONFIG_ROCKCHIP_THERMAL=y CONFIG_ROCKCHIP_THERMAL=y
CONFIG_WATCHDOG=y CONFIG_WATCHDOG=y
CONFIG_DW_WATCHDOG=y CONFIG_DW_WATCHDOG=y
CONFIG_GPIO_WATCHDOG=y
CONFIG_GPIO_WATCHDOG_ARCH_INITCALL=y
CONFIG_MFD_RK806_SPI=y CONFIG_MFD_RK806_SPI=y
CONFIG_MFD_RK808=y CONFIG_MFD_RK808=y
CONFIG_MFD_TPS6586X=y CONFIG_MFD_TPS6586X=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment