commit | d7f27a4fb351132a0b2920a41a56c820274d90dd | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Wed Oct 23 13:28:55 2024 -0700 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Oct 25 09:07:43 2024 -0300 |
tree | 0bd2ee11d465afd91eb4680a45bbbd8bc2e48f4d | |
parent | ad2aad701a0a3d6da37d17092003588f46259274 [diff] |
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>