From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Sun, 2 Feb 2020 13:02:50 -0500 Subject: [PATCH 1/4] wdt: Add CONFIG_DESIGNWARE_WATCHDOG to Kconfig In-Reply-To: References: <9b2bb704-e7ea-74ea-c854-60a44472b8ec@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > btw what's the motivation for this series, are you hitting some issues > with the WDT on SoCFPGA ? This watchdog appears on the Kendryte K210 CPU, which I am adding support for. The rest of the board uses devicetree to configure drivers, so I wanted to add support for this watchdog as well.