mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-15 15:06:04 -04:00
s3c64xx: fix the wrong gpio offset
This patch fix the wrong gpio offset Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
ab0689c316
commit
342c1a5d9a
@ -215,9 +215,9 @@
|
|||||||
#define GPACONSLP_OFFSET 0x0C
|
#define GPACONSLP_OFFSET 0x0C
|
||||||
#define GPAPUDSLP_OFFSET 0x10
|
#define GPAPUDSLP_OFFSET 0x10
|
||||||
#define GPBCON_OFFSET 0x20
|
#define GPBCON_OFFSET 0x20
|
||||||
#define GPBDAT_OFFSET 0x04
|
#define GPBDAT_OFFSET 0x24
|
||||||
#define GPBPUD_OFFSET 0x08
|
#define GPBPUD_OFFSET 0x28
|
||||||
#define GPBCONSLP_OFFSET 0x0C
|
#define GPBCONSLP_OFFSET 0x2C
|
||||||
#define GPBPUDSLP_OFFSET 0x30
|
#define GPBPUDSLP_OFFSET 0x30
|
||||||
#define GPCCON_OFFSET 0x40
|
#define GPCCON_OFFSET 0x40
|
||||||
#define GPCDAT_OFFSET 0x44
|
#define GPCDAT_OFFSET 0x44
|
||||||
|
Loading…
x
Reference in New Issue
Block a user