diff mbox series

[U-Boot,5/5] bcm963158: enable watchdog and reboot with watchdog

Message ID 1548957459-4765-5-git-send-email-philippe.reynes@softathome.com
State Accepted
Commit a765adc08f624dc229a83ac0c81f61af2d33246a
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/5] bcm63158: add initial support | expand

Commit Message

Philippe REYNES Jan. 31, 2019, 5:57 p.m. UTC
Enable watchdog and reboot with watchdog in the configuration.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 configs/bcm963158_ram_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini Feb. 10, 2019, 1:10 p.m. UTC | #1
On Thu, Jan 31, 2019 at 06:57:39PM +0100, Philippe Reynes wrote:

> Enable watchdog and reboot with watchdog in the configuration.
> 
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/bcm963158_ram_defconfig b/configs/bcm963158_ram_defconfig
index 6e3b688..9083f1d 100644
--- a/configs/bcm963158_ram_defconfig
+++ b/configs/bcm963158_ram_defconfig
@@ -36,5 +36,7 @@  CONFIG_DM_SERIAL=y
 CONFIG_SERIAL_SEARCH_ALL=y
 CONFIG_PL01X_SERIAL=y
 CONFIG_SYSRESET=y
+CONFIG_SYSRESET_WATCHDOG=y
+CONFIG_WDT_BCM6345=y
 CONFIG_REGEX=y
 # CONFIG_GENERATE_SMBIOS_TABLE is not set