]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: fsl_esdhc: Convert to use livetree API for fdt access
authorTim Harvey <tharvey@gateworks.com>
Wed, 23 Oct 2024 20:28:55 +0000 (13:28 -0700)
committerFabio Estevam <festevam@gmail.com>
Fri, 25 Oct 2024 12:07:43 +0000 (09:07 -0300)
commitd7f27a4fb351132a0b2920a41a56c820274d90dd
tree0bd2ee11d465afd91eb4680a45bbbd8bc2e48f4d
parentad2aad701a0a3d6da37d17092003588f46259274
mmc: fsl_esdhc: Convert to use livetree API for fdt access

Convert to using livetree API functions.

Without this if livetree is enabled (OF_LIVE) the fsl_esdhc_imx
driver will fail to read vendor-specific properties from the dt.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/fsl_esdhc_imx.c