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 <christoph.muell...@theobroma-systems.com>
> Reviewed-by: Kever Yang <kever.y...@rock-chips.com>

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

Reply via email to