Commit 1eb14ea1 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

ARM: shmobile: emev2 GIO3 resource fix

Fix GIO3 base addresses for EMEV2.

This bug was introduced by 088efd92
("mach-shmobile: Emma Mobile EV2 GPIO support V3") which was included in v3.5.
Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Cc: stable@vger.kernel.org
parent f820b605
...@@ -287,14 +287,14 @@ static struct gpio_em_config gio3_config = { ...@@ -287,14 +287,14 @@ static struct gpio_em_config gio3_config = {
static struct resource gio3_resources[] = { static struct resource gio3_resources[] = {
[0] = { [0] = {
.name = "GIO_096", .name = "GIO_096",
.start = 0xe0050100, .start = 0xe0050180,
.end = 0xe005012b, .end = 0xe00501ab,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
[1] = { [1] = {
.name = "GIO_096", .name = "GIO_096",
.start = 0xe0050140, .start = 0xe00501c0,
.end = 0xe005015f, .end = 0xe00501df,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
[2] = { [2] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment