Skip to content
Snippets Groups Projects
Commit 1730af1b authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

imx:mx6 update fuse_bank0_regs


Update fuse_bank0_regs structure according reference mannual.

Signed-off-by: default avatarPeng Fan <Peng.Fan@freescale.com>
parent b4b39a7e
No related branches found
No related tags found
No related merge requests found
...@@ -624,12 +624,16 @@ struct fuse_bank0_regs { ...@@ -624,12 +624,16 @@ struct fuse_bank0_regs {
u32 rsvd1[3]; u32 rsvd1[3];
u32 uid_high; u32 uid_high;
u32 rsvd2[3]; u32 rsvd2[3];
u32 rsvd3[4]; u32 cfg2;
u32 rsvd4[4]; u32 rsvd3[3];
u32 rsvd5[4]; u32 cfg3;
u32 rsvd4[3];
u32 cfg4;
u32 rsvd5[3];
u32 cfg5; u32 cfg5;
u32 rsvd6[3]; u32 rsvd6[3];
u32 rsvd7[4]; u32 cfg6;
u32 rsvd7[3];
}; };
#ifdef CONFIG_MX6SX #ifdef CONFIG_MX6SX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment