commit | 9e094455495081979cd20ac730a42508717e37b5 | [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 | cde421cfc8f378fef9bd9b90e20c9633fe63d709 [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>