commit | 291e3ab9044f65209043195ca22a97626d3402f7 | [log] [tgz] |
---|---|---|
author | Frieder Schrempf <frieder.schrempf@kontron.de> | Wed Feb 05 11:45:28 2020 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Mon Mar 09 15:06:15 2020 +0100 |
tree | 3884227e76d73f341db803a21c05ae0d79cb998b | |
parent | 064e49ff5e433235ab10b2c29885be7039c1d719 [diff] |
imx8mm/mn: Add missing root clock entry for ARM core clock 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> Reviewed-by: Fabio Estevam <festevam@gmail.com>