Re: [U-Boot] [PATCH v2 10/10] rockchip: rk3399: add board_debug_uart_init()

2019-05-01 Thread Philipp Tomsich
> Use board_debug_uart_init() for UART iomux init instead of > do it in board_init_f, and move the function to soc file so > that we can find all the soc/board setting in soc file and > use a common board file for all rockchip SoCs later. > > Signed-off-by: Kever Yang > Reviewed-by: Philipp Tomsi

Re: [U-Boot] [PATCH v2 10/10] rockchip: rk3399: add board_debug_uart_init()

2019-04-28 Thread Philipp Tomsich
> Use board_debug_uart_init() for UART iomux init instead of > do it in board_init_f, and move the function to soc file so > that we can find all the soc/board setting in soc file and > use a common board file for all rockchip SoCs later. > > Signed-off-by: Kever Yang > --- > > arch/arm/mach-ro

Re: [U-Boot] [PATCH v2 10/10] rockchip: rk3399: add board_debug_uart_init()

2019-03-29 Thread Kever Yang
Hi Jack, On 03/29/2019 06:12 PM, Jack Mitchell wrote: > > On 29/03/2019 01:09, Kever Yang wrote: >> Use board_debug_uart_init() for UART iomux init instead of >> do it in board_init_f, and move the function to soc file so >> that we can find all the soc/board setting in soc file and >> use a comm

Re: [U-Boot] [PATCH v2 10/10] rockchip: rk3399: add board_debug_uart_init()

2019-03-29 Thread Jack Mitchell
On 29/03/2019 01:09, Kever Yang wrote: > Use board_debug_uart_init() for UART iomux init instead of > do it in board_init_f, and move the function to soc file so > that we can find all the soc/board setting in soc file and > use a common board file for all rockchip SoCs later. > > Signed-off-by:

[U-Boot] [PATCH v2 10/10] rockchip: rk3399: add board_debug_uart_init()

2019-03-28 Thread Kever Yang
Use board_debug_uart_init() for UART iomux init instead of do it in board_init_f, and move the function to soc file so that we can find all the soc/board setting in soc file and use a common board file for all rockchip SoCs later. Signed-off-by: Kever Yang --- arch/arm/mach-rockchip/rk3399-boar