Commit 0168d205fae0c0cd76b8964a0bbfa2e2b67c699d

Authored by Peng Fan
1 parent bb1fdd8b0b

MLK-9898 imx:mx6 fix ana2 offset of fuse bank1

According to RM, there is 16bytes between offset ana1 and offset ana2.
So should add 3 int hole 'u32 reserved[3]' between ana1 and ana2.

Also add the reserved bytes for ana2 in this patch.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
(cherry picked from commit b0fd5f272895dfb0891872c099df7eef1519f729)

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

arch/arm/include/asm/arch-mx6/imx-regs.h
... ... @@ -601,7 +601,9 @@
601 601 struct fuse_bank1_regs {
602 602 u32 mem[0x18];
603 603 u32 ana1;
  604 + u32 rsvd1[3];
604 605 u32 ana2;
  606 + u32 rsvd2[3];
605 607 };
606 608  
607 609 #ifdef CONFIG_MX6SX