
5 Feb
2020
5 Feb
'20
2:46 p.m.
Hi Frieder,
On Wed, Feb 5, 2020 at 8:45 AM Schrempf Frieder frieder.schrempf@kontron.de wrote:
From: Frieder Schrempf frieder.schrempf@kontron.de
The current implementation in arch/arm/mach-imx/cpu.c uses non-DM code to retrieve the core clock frequency. As the root clock is not listed we currently get:
CPU: Freescale i.MX8MMQ rev1.0 at 0 MHz
Fix this by adding the missing entry, which results in:
CPU: Freescale i.MX8MMQ rev1.0 at 1200 MHz
Signed-off-by: Frieder Schrempf frieder.schrempf@kontron.de
Thanks for the fix:
Reviewed-by: Fabio Estevam festevam@gmail.com