commit | 9589dda187355fefcbd922a14a0af74b7bd883f9 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed Jun 07 18:45:59 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Jul 11 12:13:43 2017 +0200 |
tree | aa65e4d5235532c665b2dd389276f431efbe3318 | |
parent | 778ec663c21cb928903a492b7fab221b0bab6d43 [diff] |
rockchip: xhci: 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 change covers the USB3 (xhci) driver for the Rockchip devices. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>