From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 31 Mar 2017 22:23:30 -0600 Subject: [U-Boot] [PATCH v2 3/6] rockchip: pinctrl: rk3399: add support for the SPI5 controller In-Reply-To: <1490787091-21008-4-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1490787091-21008-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1490787091-21008-4-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: > This commit adds support for the pin-configuration of the SPI5 > controller of the RK3399 through the following changes: > * grf_rk3399.h: adds definition for configuring the SPI5 pins > in the GPIO2C group > * periph.h: defines PERIPH_ID_SPI3 through PERIPH_ID_SPI5 > * pinctrl_rk3399.c: adds the reverse-mapping from the IRQ# to > PERIPH_ID_SPI5; dispatches PERIPH_ID_SPI3 > through SPI5 to the appropriate pin-config > function; implements the pin-configuration > for PERIPH_ID_SPI5 using the GPIO2C group > > X-AffectedPlatforms: RK3399-Q7 > Signed-off-by: Philipp Tomsich > Tested-by: Jakob Unterwurzacher > --- > > Changes in v2: None > > arch/arm/include/asm/arch-rockchip/grf_rk3399.h | 12 ++++++++++++ > arch/arm/include/asm/arch-rockchip/periph.h | 3 +++ > drivers/pinctrl/rockchip/pinctrl_rk3399.c | 17 +++++++++++++++++ > 3 files changed, 32 insertions(+) Acked-by: Simon Glass