]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: phytec: phycore_am68x: Turn off pmic watchdog
authorDominik Haller <d.haller@phytec.de>
Wed, 15 Jul 2026 23:17:40 +0000 (16:17 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jul 2026 18:30:55 +0000 (12:30 -0600)
commitcecee552a732500cf822c94014fdc56fddd1af4e
treedd7f53c425f9a6aa2f1c827b486da4c9d6a27521
parent1efe750e728e18fb37c1705d4ec3f6176ca3d9d5
board: phytec: phycore_am68x: Turn off pmic watchdog

Starting with pmic firmware version 5 the watchdog is enabled with a
timeout window of 13 minutes by default.

The TI EVMs use a dip switch to control a gpio on the pmic which gets
configured as DISABLE_WDOG by the firmware.
On the phycore_am68x there is no such dip switch so pull resistors would be
necessary. Using mcu_i2c0 to turn off the pmic watchdog works with all
hardware and pmic firmware combinations.

Signed-off-by: Dominik Haller <d.haller@phytec.de>
board/phytec/phycore_am68x/phycore-am68x.c
configs/phycore_am68x_a72_defconfig