Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -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] = {