Hi On Tue, Jul 30, 2024 at 9:10 AM Zhiqiang Hou <zhiqiang....@nxp.com> wrote: > > From: Hou Zhiqiang <zhiqiang....@nxp.com> > > The cpu_freq stores the current CPU frequency in Hz. > > Signed-off-by: Hou Zhiqiang <zhiqiang....@nxp.com> > --- > V4: > - Rewrote the change log. > > drivers/cpu/imx8_cpu.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/cpu/imx8_cpu.c b/drivers/cpu/imx8_cpu.c > index 4781a56554..601a7071a6 100644 > --- a/drivers/cpu/imx8_cpu.c > +++ b/drivers/cpu/imx8_cpu.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0+ > /* > - * Copyright 2019 NXP > + * Copyright 2019, 2024 NXP > */ > > #include <cpu.h> > @@ -193,7 +193,7 @@ static int cpu_imx_get_info(const struct udevice *dev, > struct cpu_info *info) > { > struct cpu_imx_plat *plat = dev_get_plat(dev); > > - info->cpu_freq = plat->freq_mhz * 1000; > + info->cpu_freq = plat->freq_mhz * 1000000; > info->features = BIT(CPU_FEAT_L1_CACHE) | BIT(CPU_FEAT_MMU);
Reviewed-by: Michael Trimarchi <mich...@amarulasolutions.com> > return 0; > } > -- > 2.17.1 > -- Michael Nazzareno Trimarchi Co-Founder & Chief Executive Officer M. +39 347 913 2170 mich...@amarulasolutions.com __________________________________ Amarula Solutions BV Joop Geesinkweg 125, 1114 AB, Amsterdam, NL T. +31 (0)85 111 9172 i...@amarulasolutions.com www.amarulasolutions.com