Please pull u-boot-marvell/master (watchdog related)
Stefan Roese
sr at denx.de
Thu Jan 13 09:25:40 CET 2022
Hi Tom,
please pull the following watchdog related patches:
----------------------------------------------------------------
- Add Apple M1 watchdog timer (Mark)
----------------------------------------------------------------
Here the Azure build, with only one unrelated issue (binman fiptool
missing):
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=145&view=results
Thanks,
Stefan
The following changes since commit a02af84e03e018d7cd08bb3070cbe5517004712b:
Merge branch '2022-01-12-pci-updates' (2022-01-12 20:49:39 -0500)
are available in the Git repository at:
git at source.denx.de:u-boot/custodians/u-boot-marvell.git
for you to fetch changes up to 9a8e3736da25a62449f84aef2b566e2b31ca60fd:
arm: apple: Use watchdog timer for system reset (2022-01-13 06:55:46
+0100)
----------------------------------------------------------------
Mark Kettenis (3):
watchdog: Add a driver for the Apple watchdog
arm: dts: apple: Add watchdog timer node
arm: apple: Use watchdog timer for system reset
MAINTAINERS | 1 +
arch/arm/Kconfig | 3 ++
arch/arm/dts/t8103.dtsi | 13 +++--
arch/arm/mach-apple/board.c | 24 ---------
drivers/watchdog/Kconfig | 9 ++++
drivers/watchdog/Makefile | 1 +
drivers/watchdog/apple_wdt.c | 115
+++++++++++++++++++++++++++++++++++++++++++
7 files changed, 137 insertions(+), 29 deletions(-)
create mode 100644 drivers/watchdog/apple_wdt.c
More information about the U-Boot
mailing list