All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] rockchip: pinctrl: rk3399: Add support for UART3.
@ 2019-05-07  8:58 Christoph Muellner
  2019-05-07  8:58 ` [U-Boot] [PATCH 2/3] rockchip: rk3399: Add option to print on UART3 Christoph Muellner
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Christoph Muellner @ 2019-05-07  8:58 UTC (permalink / raw)
  To: u-boot

This patch adds the missing GRF bit definitions for UART3 on the RK3399.

Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
---

 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,
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-06-01  2:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07  8:58 [U-Boot] [PATCH 1/3] rockchip: pinctrl: rk3399: Add support for UART3 Christoph Muellner
2019-05-07  8:58 ` [U-Boot] [PATCH 2/3] rockchip: rk3399: Add option to print on UART3 Christoph Muellner
2019-05-18 16:07   ` Simon Glass
2019-05-27  6:47   ` Kever Yang
2019-06-01  2:37     ` Kever Yang
2019-05-07  8:58 ` [U-Boot] [PATCH 3/3] rockchip: clk: rk3399: allow requests for all UART clocks Christoph Muellner
2019-05-18 16:07   ` Simon Glass
2019-05-27  6:48   ` Kever Yang
2019-06-01  2:37     ` Kever Yang
2019-05-18 16:07 ` [U-Boot] [PATCH 1/3] rockchip: pinctrl: rk3399: Add support for UART3 Simon Glass
2019-05-27  6:47 ` Kever Yang
2019-06-01  2:37   ` Kever Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.