Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212647
b: refs/heads/master
c: fe0cdec
h: refs/heads/master
i:
  212645: 2d6aea7
  212643: 7fdf9be
  212639: c1bf439
v: v3
  • Loading branch information
Kukjin Kim committed Oct 18, 2010
1 parent 15cc3bd commit fbba791
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 138a6c7f4ff56b9886cbb46656ac7f26f990cdb4
refs/heads/master: fe0cdec8bad919fd91cd344123906a55f3857209
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s5pv310/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static struct map_desc s5pv310_iodesc[] __initdata = {
.type = MT_DEVICE,
}, {
.virtual = (unsigned long)S5P_VA_GPIO,
.pfn = __phys_to_pfn(S5PV310_PA_GPIO),
.pfn = __phys_to_pfn(S5PV310_PA_GPIO1),
.length = SZ_4K,
.type = MT_DEVICE,
}, {
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-s5pv310/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
#define S5PV310_PA_GPIO1 (0x11400000)
#define S5PV310_PA_GPIO2 (0x11000000)
#define S5PV310_PA_GPIO3 (0x03860000)
#define S5P_PA_GPIO S5PV310_PA_GPIO1

#define S5PV310_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000))

Expand Down

0 comments on commit fbba791

Please sign in to comment.