]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: spi: enable support for the rk_spi driver for the RK3399
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>
Thu, 20 Apr 2017 20:05:54 +0000 (22:05 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 10 May 2017 19:37:21 +0000 (13:37 -0600)
commit5487825b642b0b13aa9fb55f7e964dc82bed15be
treeff5552298c9562c134bce248532ed9d4265b20ca
parentdd48eb27b86fe6e536006864d9b338c1f4e3d3b4
rockchip: spi: enable support for the rk_spi driver for the RK3399

The existing Rockchip SPI (rk_spi.c) driver also matches the hardware
block found in the RK3399.  This has been confirmed both with SPI NOR
flashes and general SPI transfers on the RK3399-Q7 for SPI1 and SPI5.

This change adds the 'rockchip,rk3399-spi' string to its compatible
list to allow reuse of the existing driver.

X-AffectedPlatforms: RK3399-Q7
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tested-by: Jakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/spi/rk_spi.c