]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit51b89fd467525618a86871851c1099f2498957b3
tree3884227e76d73f341db803a21c05ae0d79cb998b
parent1e093f6bc1e0004da094553dd552da5251c5512e
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