From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 2 Feb 2020 21:03:56 -0700 Subject: [PATCH 4/4] wdt: Add DM support for Designware WDT In-Reply-To: <348942c5-f2b3-59cb-3208-e1dccbe85fc3@gmail.com> References: <9b2bb704-e7ea-74ea-c854-60a44472b8ec@gmail.com> <07f8931f-b143-e536-5e37-2096e8e88eba@gmail.com> <348942c5-f2b3-59cb-3208-e1dccbe85fc3@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 On Sun, 2 Feb 2020 at 18:18, Sean Anderson wrote: > > On 2/2/20 7:04 PM, Simon Glass wrote: > > 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? > > I'm not sure what you mean. This is optionally used in [1], but I didn't > want to add an explicit dependency. However, this appears to be a bit of > a duplicate effort in light of [2]. OK, thanks. Reviewed-by: Simon Glass > > [1] https://patchwork.ozlabs.org/project/uboot/list/?series=156389 > [2] https://patchwork.ozlabs.org/patch/1232414/ > > --Sean