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 (2): mmc: xenon_sdhci: Use livetree API mmc: cv1800b_sdhci: Use dev_read_addr_ptr() drivers/mmc/cv1800b_sdhci.c | 2 +- drivers/mmc/xenon_sdhci.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) --- base-commit: bb354d04459f5425318aeb8a70bae995ee573f1d change-id: 20260525-devfdt-mmc-4c8b3d4cc005 Best regards, -- Peng Fan <[email protected]>

