Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321558
b: refs/heads/master
c: f7093f3
h: refs/heads/master
v: v3
  • Loading branch information
Sean Paul authored and Linus Walleij committed Aug 7, 2012
1 parent a5668d8 commit 7aa278e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: 5230f8fe9ad870ac24f23bca496347b87185c7c5
refs/heads/master: f7093f3e7a50bfeeceb8950f9130cbf8af74bf92
14 changes: 7 additions & 7 deletions trunk/drivers/gpio/gpio-samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -2452,12 +2452,6 @@ static struct samsung_gpio_chip exynos5_gpios_1[] = {
.ngpio = EXYNOS5_GPIO_C3_NR,
.label = "GPC3",
},
}, {
.chip = {
.base = EXYNOS5_GPC4(0),
.ngpio = EXYNOS5_GPIO_C4_NR,
.label = "GPC4",
},
}, {
.chip = {
.base = EXYNOS5_GPD0(0),
Expand Down Expand Up @@ -2512,6 +2506,12 @@ static struct samsung_gpio_chip exynos5_gpios_1[] = {
.ngpio = EXYNOS5_GPIO_Y6_NR,
.label = "GPY6",
},
}, {
.chip = {
.base = EXYNOS5_GPC4(0),
.ngpio = EXYNOS5_GPIO_C4_NR,
.label = "GPC4",
},
}, {
.config = &samsung_gpio_cfgs[9],
.irq_base = IRQ_EINT(0),
Expand Down Expand Up @@ -2836,7 +2836,7 @@ static __init void exynos5_gpiolib_init(void)
}

/* need to set base address for gpc4 */
exynos5_gpios_1[11].base = gpio_base1 + 0x2E0;
exynos5_gpios_1[20].base = gpio_base1 + 0x2E0;

/* need to set base address for gpx */
chip = &exynos5_gpios_1[21];
Expand Down

0 comments on commit 7aa278e

Please sign in to comment.