commit | 150005b0c6d898b12ac59e5898944c54ecb6f249 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed Jun 07 18:46:01 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Jul 11 12:13:43 2017 +0200 |
tree | c257aef8ef23c75090c6c47427dac89de67c45ca | |
parent | 9b4c38036695a301ae44a39fa33bebc3614c8860 [diff] |
rockchip: net: 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 Gigabit Ethernet MAC (i.e. common designware driver and rockchip-specific wrapper). Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>