Re: [U-Boot] [PATCH 1/5] imx: mx6: soc: fix mx6sll settings

2017-08-16 Thread Stefano Babic
On 08/08/2017 10:21, Peng Fan wrote: > There is not LDO_SOC/PU/ARM/MMDC1 on i.MX6SLL, also no need to gate/ungate > all PFDs to make PFD working. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Fabio Estevam > --- > arch/arm/mach-imx/mx6/soc.c | 12 ++-- > 1 file changed, 10 inse

[U-Boot] [PATCH 1/5] imx: mx6: soc: fix mx6sll settings

2017-08-08 Thread Peng Fan
There is not LDO_SOC/PU/ARM/MMDC1 on i.MX6SLL, also no need to gate/ungate all PFDs to make PFD working. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam --- arch/arm/mach-imx/mx6/soc.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-i