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 <[email protected]> --- 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 <[email protected]>

