Re: [PATCH 2/8] watchdog: bcm6345: allow to use this driver on arm bcm68360

2020-01-23 Thread Tom Rini
On Tue, Jan 07, 2020 at 08:14:11PM +0100, Philippe Reynes wrote: > This IP is also used on some arm SoC, so we allow to > use it on arm bcm68360 too. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 2/8] watchdog: bcm6345: allow to use this driver on arm bcm68360

2020-01-07 Thread Philippe Reynes
This IP is also used on some arm SoC, so we allow to use it on arm bcm68360 too. Signed-off-by: Philippe Reynes --- drivers/watchdog/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 8c16d69..2b8064d 100644 ---