Explorar o código

ARM: shmobile: r8a7779: remove USB PHY 2nd memory resource

Now that 'drivers/usb/phy/phy-rcar-usb.c' doesn't require the second memory
resource anymore, we can remove it from the R8A7779's USB PHY platform device.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Sergei Shtylyov %!s(int64=12) %!d(string=hai) anos
pai
achega
bb6e7d61dd
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      arch/arm/mach-shmobile/setup-r8a7779.c

+ 0 - 5
arch/arm/mach-shmobile/setup-r8a7779.c

@@ -395,11 +395,6 @@ static struct resource usb_phy_resources[] = {
 		.end		= 0xffe70900 - 1,
 		.flags		= IORESOURCE_MEM,
 	},
-	[1] = {
-		.start		= 0xfff70000,
-		.end		= 0xfff70900 - 1,
-		.flags		= IORESOURCE_MEM,
-	},
 };
 
 static struct platform_device usb_phy_device = {