Re: [U-Boot] [PATCH 1/3] rockchip: pinctrl: rk3399: Add support for UART3.

2019-05-31 Thread Kever Yang


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@lists.denx.de
> https://lists.denx.de/listinfo/u-boot



___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH 1/3] rockchip: pinctrl: rk3399: Add support for UART3.

2019-05-26 Thread Kever Yang


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 

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@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH 1/3] rockchip: pinctrl: rk3399: Add support for UART3.

2019-05-18 Thread Simon Glass
On Tue, 7 May 2019 at 02:58, Christoph Muellner
 wrote:
>
> This patch adds the missing GRF bit definitions for UART3 on the RK3399.
>
> Signed-off-by: Christoph Muellner 
> ---
>
>  arch/arm/include/asm/arch-rockchip/grf_rk3399.h | 4 
>  1 file changed, 4 insertions(+)
>

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH 1/3] rockchip: pinctrl: rk3399: Add support for UART3.

2019-05-07 Thread Christoph Muellner
This patch adds the missing GRF bit definitions for UART3 on the RK3399.

Signed-off-by: Christoph Muellner 
---

 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

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot