commit | cc8f3ea2f9910e0ea35e7fb7c1f0bd51241fc4f0 | [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 | 815a1d5b3a4534b64914f8ff695a4f80fc3d3570 [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>