imx:mx6 update fuse_bank0_regs

Update fuse_bank0_regs structure according reference mannual.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
This commit is contained in:
Peng Fan 2015-01-09 16:59:40 +08:00 committed by Stefano Babic
parent b4b39a7e54
commit 1730af1bbd
1 changed files with 8 additions and 4 deletions

View File

@ -624,12 +624,16 @@ struct fuse_bank0_regs {
u32 rsvd1[3];
u32 uid_high;
u32 rsvd2[3];
u32 rsvd3[4];
u32 rsvd4[4];
u32 rsvd5[4];
u32 cfg2;
u32 rsvd3[3];
u32 cfg3;
u32 rsvd4[3];
u32 cfg4;
u32 rsvd5[3];
u32 cfg5;
u32 rsvd6[3];
u32 rsvd7[4];
u32 cfg6;
u32 rsvd7[3];
};
#ifdef CONFIG_MX6SX