From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Sat, 1 Jun 2019 10:37:19 +0800 Subject: [U-Boot] [PATCH 1/3] rockchip: pinctrl: rk3399: Add support for UART3. In-Reply-To: <2b876c6d-9d61-f749-6d89-36a34b6d3101@rock-chips.com> References: <20190507085844.49172-1-christoph.muellner@theobroma-systems.com> <2b876c6d-9d61-f749-6d89-36a34b6d3101@rock-chips.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 05/27/2019 02:47 PM, Kever Yang wrote: > > On 05/07/2019 04:58 PM, Christoph Muellner wrote: >> This patch adds the missing GRF bit definitions for UART3 on the RK3399. >> >> Signed-off-by: Christoph Muellner > Reviewed-by: Kever Yang Applied to u-boot-rockchip/master, thanks! > > Thanks, > - Kever >> --- >> >> arch/arm/include/asm/arch-rockchip/grf_rk3399.h | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/arch/arm/include/asm/arch-rockchip/grf_rk3399.h b/arch/arm/include/asm/arch-rockchip/grf_rk3399.h >> index b32c7d56c5..dd89cd2050 100644 >> --- a/arch/arm/include/asm/arch-rockchip/grf_rk3399.h >> +++ b/arch/arm/include/asm/arch-rockchip/grf_rk3399.h >> @@ -423,6 +423,10 @@ enum { >> GRF_GPIO3B6_SEL_SHIFT = 12, >> GRF_GPIO3B6_SEL_MASK = 3 << GRF_GPIO3B6_SEL_SHIFT, >> GRF_MAC_RXCLK = 1, >> + GRF_UART3_SIN = 2, >> + GRF_GPIO3B7_SEL_SHIFT = 14, >> + GRF_GPIO3B7_SEL_MASK = 3 << GRF_GPIO3B7_SEL_SHIFT, >> + GRF_UART3_SOUT = 2, >> >> /* GRF_GPIO3C_IOMUX */ >> GRF_GPIO3C1_SEL_SHIFT = 2, > > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > https://lists.denx.de/listinfo/u-boot