[PATCH 0/3] watchdog: Use device API to replace devfdt_ helpers

Peng Fan (OSS) peng.fan at oss.nxp.com
Mon May 25 05:51:46 CEST 2026


The goal is to remove the direct usage of devfdt_ APIs in drivers. The
device APIs supports both live device tree and flat DT backends,
avoiding direct dependency on devfdt_* helpers.

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
Peng Fan (3):
      watchdog: orion_wdt: use dev_read_addr_size_index()
      watchdog: rti: Use dev_read_addr_ptr()
      watchdog: mpc8xxx_wdt: Use dev_remap_addr()

 drivers/watchdog/mpc8xxx_wdt.c | 2 +-
 drivers/watchdog/orion_wdt.c   | 2 +-
 drivers/watchdog/rti_wdt.c     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
base-commit: bb354d04459f5425318aeb8a70bae995ee573f1d
change-id: 20260525-devfdt-wdog-83d0b9d89fb0

Best regards,
-- 
Peng Fan <peng.fan at nxp.com>



More information about the U-Boot mailing list