diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2013-06-01 17:48:42 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-11 03:10:47 -0400 |
commit | bb6e7d61dd95153c8c5d0ee52f303e0f475b736e (patch) | |
tree | c9df0a25ba5b29ffce4d5d5400edc8b4ce7bdf30 /arch/arm/mach-shmobile/setup-r8a7779.c | |
parent | 463c824bb708b47a7a249bde07af4d701cacd54e (diff) |
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>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7779.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index a3d0e55b40a4..a6406cd61ff3 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c | |||
@@ -395,11 +395,6 @@ static struct resource usb_phy_resources[] = { | |||
395 | .end = 0xffe70900 - 1, | 395 | .end = 0xffe70900 - 1, |
396 | .flags = IORESOURCE_MEM, | 396 | .flags = IORESOURCE_MEM, |
397 | }, | 397 | }, |
398 | [1] = { | ||
399 | .start = 0xfff70000, | ||
400 | .end = 0xfff70900 - 1, | ||
401 | .flags = IORESOURCE_MEM, | ||
402 | }, | ||
403 | }; | 398 | }; |
404 | 399 | ||
405 | static struct platform_device usb_phy_device = { | 400 | static struct platform_device usb_phy_device = { |