From: Andreas Zdziarstek <andreas.zdziarstek@gmail.com>
To: u-boot@lists.denx.de
Cc: trini@konsulko.com, sjg@chromium.org, philipp.tomsich@vrull.eu,
kever.yang@rock-chips.com, jonas@kwiboo.se,
quentin.schulz@cherry.de,
Andreas Zdziarstek <andreas.zdziarstek@gmail.com>
Subject: [PATCH v3 3/3] rockchip: odroid-m1s: enable watchdog support
Date: Mon, 29 Jun 2026 20:20:12 +0200 [thread overview]
Message-ID: <20260629182012.1508336-4-andreas.zdziarstek@gmail.com> (raw)
In-Reply-To: <20260629182012.1508336-1-andreas.zdziarstek@gmail.com>
The rk3566 ODROID-M1S has a DesignWare watchdog. Enable CONFIG_WDT,
CONFIG_DESIGNWARE_WATCHDOG and CONFIG_CMD_WDT so it can be driven via
the wdt command.
CONFIG_WATCHDOG and CONFIG_WATCHDOG_AUTOSTART are left explicitly unset
to not cause any breaking changes on existing systems.
Signed-off-by: Andreas Zdziarstek <andreas.zdziarstek@gmail.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
---
configs/odroid-m1s-rk3566_defconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/configs/odroid-m1s-rk3566_defconfig b/configs/odroid-m1s-rk3566_defconfig
index d59882a2a59..943c0509e9e 100644
--- a/configs/odroid-m1s-rk3566_defconfig
+++ b/configs/odroid-m1s-rk3566_defconfig
@@ -30,6 +30,7 @@ CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
CONFIG_CMD_ROCKUSB=y
CONFIG_CMD_USB_MASS_STORAGE=y
+CONFIG_CMD_WDT=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_INI=y
CONFIG_CMD_PMIC=y
@@ -87,5 +88,9 @@ CONFIG_USB_DWC3_GENERIC=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_USB_FUNCTION_ROCKUSB=y
+# CONFIG_WATCHDOG is not set
+# CONFIG_WATCHDOG_AUTOSTART is not set
+CONFIG_DESIGNWARE_WATCHDOG=y
+CONFIG_WDT=y
CONFIG_FS_CRAMFS=y
CONFIG_ERRNO_STR=y
--
2.53.0
prev parent reply other threads:[~2026-06-29 18:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 18:20 [PATCH v3 0/3] rockchip: odroid-m1s/rk3566 watchdog support Andreas Zdziarstek
2026-06-29 18:20 ` [PATCH v3 1/3] rockchip: rk3568: make the WDT trigger a first global reset Andreas Zdziarstek
2026-06-29 18:20 ` [PATCH v3 2/3] rockchip: rk3568: make the TSADC " Andreas Zdziarstek
2026-06-29 18:20 ` Andreas Zdziarstek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260629182012.1508336-4-andreas.zdziarstek@gmail.com \
--to=andreas.zdziarstek@gmail.com \
--cc=jonas@kwiboo.se \
--cc=kever.yang@rock-chips.com \
--cc=philipp.tomsich@vrull.eu \
--cc=quentin.schulz@cherry.de \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.