imx8mm/mn: Add missing root clock entry for ARM core clock
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Wed, 5 Feb 2020 11:45:28 +0000 (11:45 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 9 Mar 2020 14:06:15 +0000 (15:06 +0100)
commit291e3ab9044f65209043195ca22a97626d3402f7
tree3884227e76d73f341db803a21c05ae0d79cb998b
parent064e49ff5e433235ab10b2c29885be7039c1d719
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>
arch/arm/mach-imx/imx8m/clock_slice.c