Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
d43e0ab4
Commit
d43e0ab4
authored
May 18, 2015
by
Tim Harvey
Committed by
Stefano Babic
May 19, 2015
Browse files
mx6: add OTP bank1 registers
Signed-off-by:
Tim Harvey
<
tharvey@gateworks.com
>
parent
3625fd64
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/arm/include/asm/arch-mx6/imx-regs.h
View file @
d43e0ab4
...
...
@@ -640,6 +640,25 @@ struct fuse_bank0_regs {
u32
rsvd7
[
3
];
};
struct
fuse_bank1_regs
{
u32
mem0
;
u32
rsvd0
[
3
];
u32
mem1
;
u32
rsvd1
[
3
];
u32
mem2
;
u32
rsvd2
[
3
];
u32
mem3
;
u32
rsvd3
[
3
];
u32
mem4
;
u32
rsvd4
[
3
];
u32
ana0
;
u32
rsvd5
[
3
];
u32
ana1
;
u32
rsvd6
[
3
];
u32
ana2
;
u32
rsvd7
[
3
];
};
#ifdef CONFIG_MX6SX
struct
fuse_bank4_regs
{
u32
sjc_resp_low
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment