]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: spi: dm: convert fdt_get to dev_read
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 7 Jun 2017 16:45:58 +0000 (18:45 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 11 Jul 2017 10:13:43 +0000 (12:13 +0200)
commite2cd41c5ca7417350daf12fa974df006b597cad1
tree60acd62df8c7c7ac8d34eaab0d70ca9ec0f7976e
parent630fab1d6e1049d1ca7b5a2426665a5c8e69267c
rockchip: spi: 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 rk_spi.c (SPI driver) used in Rockchip devices.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/spi/rk_spi.c