From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 31 Mar 2017 22:23:33 -0600 Subject: [U-Boot] [PATCH v2 4/6] rockchip: spi: enable support for the rk_spi driver for the RK3399 In-Reply-To: <1490787091-21008-5-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1490787091-21008-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1490787091-21008-5-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29 March 2017 at 05:31, Philipp Tomsich wrote: > From: Jakob Unterwurzacher > > 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 > Tested-by: Jakob Unterwurzacher > --- > > Changes in v2: None > > drivers/spi/rk_spi.c | 1 + > 1 file changed, 1 insertion(+) Acked-by: Simon Glass