Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KED U-Boot Fork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KED Software Projects
Miscellaneous
KED U-Boot Fork
Commits
fe4f97b9
Commit
fe4f97b9
authored
12 years ago
by
Tom Rini
Committed by
Albert ARIBAUD
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
am335x: Correct i2c sysc offset
Signed-off-by:
Tom Rini
<
trini@ti.com
>
Acked-by:
Heiko Schocher
<
hs@denx.de
>
parent
168a5acb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm/include/asm/arch-am33xx/i2c.h
+3
-3
3 additions, 3 deletions
arch/arm/include/asm/arch-am33xx/i2c.h
with
3 additions
and
3 deletions
arch/arm/include/asm/arch-am33xx/i2c.h
+
3
−
3
View file @
fe4f97b9
...
...
@@ -34,9 +34,9 @@ struct i2c {
unsigned
short
revnb_lo
;
/* 0x00 */
unsigned
short
res1
;
unsigned
short
revnb_hi
;
/* 0x04 */
unsigned
short
res2
[
13
];
unsigned
short
sysc
;
/* 0x
2
0 */
unsigned
short
res3
;
unsigned
short
res2
[
5
];
unsigned
short
sysc
;
/* 0x
1
0 */
unsigned
short
res3
[
9
]
;
unsigned
short
irqstatus_raw
;
/* 0x24 */
unsigned
short
res4
;
unsigned
short
stat
;
/* 0x28 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment