MA-10118-1[Android EVK-8MQ] realize the get_board_serial function which read unique...
authorZhang Bo <bo.zhang@nxp.com>
Thu, 31 Aug 2017 10:36:20 +0000 (18:36 +0800)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:16 +0000 (02:37 +0800)
Correct fuse_bank0_regs structure to make bank register be match with fuse map.

Change-Id: I023c7d57b9fe1d57b0c2735f058714e9f25dca56
Signed-off-by: Zhang Bo <bo.zhang@nxp.com>
arch/arm/include/asm/arch-imx8m/imx-regs.h

index 55feaf0..737a0f8 100644 (file)
@@ -194,9 +194,11 @@ struct ocotp_regs {
 
 struct fuse_bank0_regs {
        u32 lock;
+       u32 rsvd0[3];
        u32 uid_low;
+       u32 rsvd1[3];
        u32 uid_high;
-       u32 rsvd;
+       u32 rsvd2[7];
 };
 
 struct fuse_bank1_regs {