projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab0689c
)
s3c64xx: fix the wrong gpio offset
author
Minkyu Kang
<mk7.kang@samsung.com>
Fri, 3 Apr 2009 00:56:16 +0000
(09:56 +0900)
committer
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Sat, 4 Apr 2009 22:30:38 +0000
(
00:30
+0200)
This patch fix the wrong gpio offset
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/s3c6400.h
patch
|
blob
|
history
diff --git
a/include/s3c6400.h
b/include/s3c6400.h
index d3f136d91f0dc1ed0f8359345b03c02ca9ad799f..87f3760b6cf98633421dcff539705fd02a3031d5 100644
(file)
--- a/
include/s3c6400.h
+++ b/
include/s3c6400.h
@@
-215,9
+215,9
@@
#define GPACONSLP_OFFSET 0x0C
#define GPAPUDSLP_OFFSET 0x10
#define GPBCON_OFFSET 0x20
-#define GPBDAT_OFFSET 0x
0
4
-#define GPBPUD_OFFSET 0x
0
8
-#define GPBCONSLP_OFFSET 0x
0
C
+#define GPBDAT_OFFSET 0x
2
4
+#define GPBPUD_OFFSET 0x
2
8
+#define GPBCONSLP_OFFSET 0x
2
C
#define GPBPUDSLP_OFFSET 0x30
#define GPCCON_OFFSET 0x40
#define GPCDAT_OFFSET 0x44