commit | fd1bf8df2507fb488febe4b5e4498adbef0fb43e | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed Jun 07 18:46:00 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Jul 11 12:13:43 2017 +0200 |
tree | b3bdac732b36c872bd65b4c9273c474f44e27475 | |
parent | f2708c97c2ee213021a3d8ce484a6218ce4a5cf6 [diff] |
rockchip: mmc: dm: convert fdt_get to dev_read With the new dev_read functions available, we can convert the rockchip architecture-specific drivers and common drivers used by these devices over to the dev_read family of calls. This covers the dw_mmc and sdhci wrapper drivers for Rockchip. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>