Re: [U-Boot] [PATCH 4/5] imx: mx6sx: select OSC as uart's clk parent

2017-08-16 Thread Stefano Babic
Hi Peng, this is orthogonal in the pathcset. I apply this even if I have not applied 2-3. On 08/08/2017 10:21, Peng Fan wrote: > As M4 is sourcing UART clk from OSC, to make UART work > when M4 is enabled, need to select OSC as clk parent, > 24M OSC is enough for debug UART in uboot. > > Signed-

[U-Boot] [PATCH 4/5] imx: mx6sx: select OSC as uart's clk parent

2017-08-08 Thread Peng Fan
As M4 is sourcing UART clk from OSC, to make UART work when M4 is enabled, need to select OSC as clk parent, 24M OSC is enough for debug UART in uboot. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam --- arch/arm/mach-imx/mx6/soc.c | 4 1 file changed, 4 insertions(+) diff --