diff mbox series

[U-Boot] arm: baltos: switch to driver model for the watchdog timer

Message ID 20190809054040.26447-1-yegorslists@googlemail.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [U-Boot] arm: baltos: switch to driver model for the watchdog timer | expand

Commit Message

Yegor Yefremov Aug. 9, 2019, 5:40 a.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

Also disable OMAP watchdog timer till it is converted to the
driver model.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 configs/am335x_baltos_defconfig | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig
index aa8fee5125..6f1395925a 100644
--- a/configs/am335x_baltos_defconfig
+++ b/configs/am335x_baltos_defconfig
@@ -69,4 +69,7 @@  CONFIG_USB_GADGET_DOWNLOAD=y
 CONFIG_USB_FUNCTION_MASS_STORAGE=y
 CONFIG_USB_ETHER=y
 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
+# CONFIG_WATCHDOG is not set
+# CONFIG_OMAP_WATCHDOG is not set
+CONFIG_WDT=y
 CONFIG_FAT_WRITE=y