]> git.baikalelectronics.ru Git - uboot.git/commit
mx7: Fix the get_cpu_speed_grade_hz() return values
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 22 Feb 2017 15:43:26 +0000 (12:43 -0300)
committerStefano Babic <sbabic@denx.de>
Sun, 19 Mar 2017 16:28:59 +0000 (17:28 +0100)
commitafe1ba82fbc405da3306bd9db7439f92bf85500b
tree65510e9f04fa0776af345a1f7e094159adf6c36f
parent6d33504a4c555dbd1135571f28f36cb8770389ec
mx7: Fix the get_cpu_speed_grade_hz() return values

According to the MX7D fuse map the following speed grades are available:

800  MHz
500  MHz
1000 MHz
1200 MHz

So simply return the real frequency that corresponds to the speed grade.

With this change we see on boot:

CPU:   Freescale i.MX7D rev1.2 1000 MHz (running at 792 MHz)

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/cpu/armv7/mx7/soc.c