commit | a296ef5f997ad8fa8f372321fd15391d1d76b707 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Wed Feb 22 12:43:26 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Sun Mar 19 17:28:59 2017 +0100 |
tree | 65510e9f04fa0776af345a1f7e094159adf6c36f | |
parent | 24fc0e6c6569fdfd67644f5b7fb21b170ca5838c [diff] |
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>