diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2013-02-06 08:28:47 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-02-06 14:39:58 -0500 |
commit | 5b9479e9f15d98ce7bc43eb39472a86e51cc2c27 (patch) | |
tree | 53588fe18d0a43864bd65b171ed4868cbc51f18b /arch/arm/mach-omap2 | |
parent | f07af4b630d52fb911574031ed7feb9252e65f24 (diff) |
ARM: OMAP4: remove control module address space from PHY and OTG
Now that we have a separate driver for the control module,
stop populating the control module device data in other modules
(PHY and OTG) device info.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 793f54ac7d14..624a7e84a685 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |||
@@ -2702,13 +2702,6 @@ static struct resource omap44xx_usb_phy_and_pll_addrs[] = { | |||
2702 | .end = 0x4a0ae000, | 2702 | .end = 0x4a0ae000, |
2703 | .flags = IORESOURCE_MEM, | 2703 | .flags = IORESOURCE_MEM, |
2704 | }, | 2704 | }, |
2705 | { | ||
2706 | /* XXX: Remove this once control module driver is in place */ | ||
2707 | .name = "ctrl_dev", | ||
2708 | .start = 0x4a002300, | ||
2709 | .end = 0x4a002303, | ||
2710 | .flags = IORESOURCE_MEM, | ||
2711 | }, | ||
2712 | { } | 2705 | { } |
2713 | }; | 2706 | }; |
2714 | 2707 | ||
@@ -6156,12 +6149,6 @@ static struct omap_hwmod_addr_space omap44xx_usb_otg_hs_addrs[] = { | |||
6156 | .pa_end = 0x4a0ab7ff, | 6149 | .pa_end = 0x4a0ab7ff, |
6157 | .flags = ADDR_TYPE_RT | 6150 | .flags = ADDR_TYPE_RT |
6158 | }, | 6151 | }, |
6159 | { | ||
6160 | /* XXX: Remove this once control module driver is in place */ | ||
6161 | .pa_start = 0x4a00233c, | ||
6162 | .pa_end = 0x4a00233f, | ||
6163 | .flags = ADDR_TYPE_RT | ||
6164 | }, | ||
6165 | { } | 6152 | { } |
6166 | }; | 6153 | }; |
6167 | 6154 | ||