Re: [U-Boot] [PATCH V3 24/27] imx8m: soc: probe clock device in arch_cpu_init_dm

2019-10-10 Thread Patrick Wildt
On Tue, Aug 27, 2019 at 06:25:58AM +, Peng Fan wrote: > Because we need to get cpu freq in print_cpuinfo at very early stage, > so we need to make sure the ccm be probed. > > Signed-off-by: Peng Fan > --- > arch/arm/mach-imx/imx8m/soc.c | 17 + > 1 file changed, 17

Re: [U-Boot] [PATCH V3 24/27] imx8m: soc: probe clock device in arch_cpu_init_dm

2019-08-28 Thread Schrempf Frieder
On 29.08.19 03:21, Peng Fan wrote: > Hi Frieder, > >> Subject: Re: [PATCH V3 24/27] imx8m: soc: probe clock device in >> arch_cpu_init_dm >> >> Hi Peng, >> >> On 27.08.19 08:25, Peng Fan wrote: >>> Because we need to get cpu freq in print_cpuinfo at very early stage, >>> so we need to make sure

Re: [U-Boot] [PATCH V3 24/27] imx8m: soc: probe clock device in arch_cpu_init_dm

2019-08-28 Thread Peng Fan
Hi Frieder, > Subject: Re: [PATCH V3 24/27] imx8m: soc: probe clock device in > arch_cpu_init_dm > > Hi Peng, > > On 27.08.19 08:25, Peng Fan wrote: > > Because we need to get cpu freq in print_cpuinfo at very early stage, > > so we need to make sure the ccm be probed. > > > > Signed-off-by:

Re: [U-Boot] [PATCH V3 24/27] imx8m: soc: probe clock device in arch_cpu_init_dm

2019-08-28 Thread Schrempf Frieder
Hi Peng, On 27.08.19 08:25, Peng Fan wrote: > Because we need to get cpu freq in print_cpuinfo at very early stage, > so we need to make sure the ccm be probed. > > Signed-off-by: Peng Fan > --- > arch/arm/mach-imx/imx8m/soc.c | 17 + > 1 file changed, 17 insertions(+) > >

[U-Boot] [PATCH V3 24/27] imx8m: soc: probe clock device in arch_cpu_init_dm

2019-08-27 Thread Peng Fan
Because we need to get cpu freq in print_cpuinfo at very early stage, so we need to make sure the ccm be probed. Signed-off-by: Peng Fan --- arch/arm/mach-imx/imx8m/soc.c | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/mach-imx/imx8m/soc.c