commit | c23fbdd9ca31f19935b7ec1f76a2b97888f09a05 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Wed Oct 16 10:24:17 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Sun Nov 03 17:04:16 2019 +0100 |
tree | 9c3cababa92f3a8ede22f0ee8672021b222364ad | |
parent | eb9b6a88b782555ef94a6e9be5ebca26adc99179 [diff] |
imx8m: imx8mq: get chip rev for B1 revision The i.MX8MQ B1 uses OCOTP_HW_OCOTP_READ_FUSE_DATA register for chip id. It returns a magic number 0xff0055aa. update get_cpu_rev to support it, and enable ocotp clock to access ocotp. Signed-off-by: Peng Fan <peng.fan@nxp.com>