]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
s3c64xx: fix the wrong gpio offset
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 3 Apr 2009 00:56:16 +0000 (09:56 +0900)
committerJean-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

index d3f136d91f0dc1ed0f8359345b03c02ca9ad799f..87f3760b6cf98633421dcff539705fd02a3031d5 100644 (file)
 #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