]> git.ipfire.org Git - thirdparty/u-boot.git/commit
watchdog: orion_wdt: Add support for armada-xp
authorChris Packham <judge.packham@gmail.com>
Tue, 16 Dec 2025 04:14:38 +0000 (17:14 +1300)
committerStefan Roese <stefan.roese@mailbox.org>
Tue, 9 Jun 2026 09:51:19 +0000 (11:51 +0200)
commit2ea4d3f8a545c70697fe3ce25090d02bec38ec38
treecc1b1f009f72cd3eae376d24e3646ae5713a67bf
parente91911169bc737ee4a79963a1cba8db2aab7c1c0
watchdog: orion_wdt: Add support for armada-xp

Update the orion_wdt.c to support armada-xp and similar SoCs. The WDT
block used in armada-xp is fairly close to the armada-380 with just a
few differences that can be handled based on the compatible property.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <stefan.roese@mailbox.org>
drivers/watchdog/orion_wdt.c