git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a31622c
)
configs: visionfive2: Enable watchdog driver
author
Chanho Park
<chanho61.park@samsung.com>
Sun, 5 Nov 2023 23:13:18 +0000
(08:13 +0900)
committer
Leo Yu-Chi Liang
<ycliang@andestech.com>
Tue, 5 Dec 2023 08:40:16 +0000
(16:40 +0800)
Enables StarFive Watchdog driver and WDT command.
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
configs/starfive_visionfive2_defconfig
patch
|
blob
|
history
diff --git
a/configs/starfive_visionfive2_defconfig
b/configs/starfive_visionfive2_defconfig
index
b15e7d2
..
7b39a63
100644
(file)
--- a/
configs/starfive_visionfive2_defconfig
+++ b/
configs/starfive_visionfive2_defconfig
@@
-72,6
+72,7
@@
CONFIG_CMD_MEMINFO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
+CONFIG_CMD_WDT=y
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_BOOTSTAGE=y
CONFIG_OF_BOARD=y
@@
-133,3
+134,7
@@
CONFIG_USB_EHCI_PCI=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_PCI=y
CONFIG_USB_KEYBOARD=y
+# CONFIG_WATCHDOG is not set
+# CONFIG_WATCHDOG_AUTOSTART is not set
+CONFIG_WDT=y
+CONFIG_WDT_STARFIVE=y