commit | e74958e28636ec4c785a202110b1a4bc1a9224ef | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed Jun 07 18:46:02 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Jul 11 12:13:44 2017 +0200 |
tree | 57c87e5212361ab108d07e70b0d83f7c2f942161 | |
parent | 150005b0c6d898b12ac59e5898944c54ecb6f249 [diff] |
rockchip: ns16550: 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 serial driver (ns16550 and compatible) used for the Rockchip devices. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>