]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mmc: msm_sdhci: use modern DT handling
authorCaleb Connolly <caleb.connolly@linaro.org>
Tue, 9 Apr 2024 18:03:01 +0000 (20:03 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:29:06 +0000 (13:29 +0200)
commitf67f224acad4e4b4b3870eddecf1c9f70fc703cc
tree5b48856b0acc42e62ee70fd79989e840c53916ca
parenta535d717f51e5410fb0a9c257c2c2b5d360686c9
mmc: msm_sdhci: use modern DT handling

using fdtdec_* functions is incompatible with OF_LIVE and generally
offers a less friendly interface. Update to use dev_read_* functions
instead.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/mmc/msm_sdhci.c