[U-Boot] [PATCH] s3c64xx: fix the wrong gpio offset
Minkyu Kang
mk7.kang at samsung.com
Fri Apr 3 02:56:16 CEST 2009
This patch fix the wrong gpio offset
Signed-off-by: Minkyu Kang <mk7.kang at samsung.com>
---
include/s3c6400.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/s3c6400.h b/include/s3c6400.h
index fd3e99b..1da85a1 100644
--- 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 0x04
-#define GPBPUD_OFFSET 0x08
-#define GPBCONSLP_OFFSET 0x0C
+#define GPBDAT_OFFSET 0x24
+#define GPBPUD_OFFSET 0x28
+#define GPBCONSLP_OFFSET 0x2C
#define GPBPUDSLP_OFFSET 0x30
#define GPCCON_OFFSET 0x40
#define GPCDAT_OFFSET 0x44
More information about the U-Boot
mailing list