soc: imx8m: Dump higher 64bits UID
authorPeng Fan <peng.fan@nxp.com>
Wed, 23 Apr 2025 14:37:06 +0000 (22:37 +0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 9 May 2025 10:16:28 +0000 (18:16 +0800)
commitfd0bf2bb32215976c269d6e68c1a12b5815e6c20
tree771d3ab1418e67d1792d59a4d471aaf480fde4a4
parent698105013949ec3f47286bd67f71c65597e02393
soc: imx8m: Dump higher 64bits UID

i.MX8MP UID is actually 128bits and partitioned into two parts.
The 1st 64bits are at 0x410 and 0x420, and 2nd 64bits are at 0xE00
and 0xE10.

Dump the whole 128bits for i.MX8MP, by set soc_uid as an array with two
u64.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/imx/soc-imx8m.c