From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 2 Feb 2020 17:04:16 -0700 Subject: [PATCH 4/4] wdt: Add DM support for Designware WDT In-Reply-To: References: <9b2bb704-e7ea-74ea-c854-60a44472b8ec@gmail.com> <07f8931f-b143-e536-5e37-2096e8e88eba@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 Hi Sean, On Sun, 2 Feb 2020 at 10:25, Sean Anderson wrote: > > On 2/2/20 12:13 PM, Sean Anderson wrote: > > The binding used is the same as Linux's. > > --- > > doc/device-tree-bindings/watchdog/dw_wdt.txt | 24 +++++++ > > drivers/watchdog/designware_wdt.c | 67 ++++++++++++++++++++ > > 2 files changed, 91 insertions(+) > > create mode 100644 doc/device-tree-bindings/watchdog/dw_wdt.txt > > Signed-off-by: Sean Anderson Are you adding this to the Makefile somewhere? Regards, Simon