commit | 4b1fbb7ba5286489a67ebfff037a721113713546 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Sun May 03 21:58:53 2020 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Sun May 03 15:45:49 2020 +0200 |
tree | 4de8eea5c6948857f58100bdb00beeaa9053f002 | |
parent | e2ded33bdb57432969c1572550afaefd00629554 [diff] |
cpu: imx8: fix get core name and rate When current cpu is A53, using is_cortex_a53 could not detect A72 information, so check cpu device compatible property to get the correct information. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Peng Fan <peng.fan@nxp.com>