
On Sun, 2 Feb 2020 at 18:18, Sean Anderson seanga2@gmail.com wrote:
On 2/2/20 7:04 PM, Simon Glass wrote:
Hi Sean,
On Sun, 2 Feb 2020 at 10:25, Sean Anderson seanga2@gmail.com 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 seanga2@gmail.com
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 sjg@chromium.org
[1] https://patchwork.ozlabs.org/project/uboot/list/?series=156389 [2] https://patchwork.ozlabs.org/patch/1232414/
--Sean