diff options
author | Roger Quadros <rogerq@ti.com> | 2014-05-05 05:54:45 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-05-14 17:39:36 -0400 |
commit | fbf3e552e9100ed5376a1f6b357dbfb55fc5dc31 (patch) | |
tree | 7b137a14f0463910cdb1d1bb8a184f5f15fb1e05 /arch/arm/mach-omap2 | |
parent | 032d774575dfed145e4477b47579fd51d9c102b3 (diff) |
ARM: dts: dra7: Add USB related nodes
Add nodes for the Super Speed USB controllers, omap-control-usb,
USB2 PHY and USB3 PHY devices.
Remove ocp2scp1 address space from hwmod data as it is
now provided via device tree.
CC: BenoƮt Cousson <bcousson@baylibre.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c index 810c205d668b..20b4398cec05 100644 --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c | |||
@@ -2318,21 +2318,11 @@ static struct omap_hwmod_ocp_if dra7xx_l4_cfg__mpu = { | |||
2318 | .user = OCP_USER_MPU | OCP_USER_SDMA, | 2318 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
2319 | }; | 2319 | }; |
2320 | 2320 | ||
2321 | static struct omap_hwmod_addr_space dra7xx_ocp2scp1_addrs[] = { | ||
2322 | { | ||
2323 | .pa_start = 0x4a080000, | ||
2324 | .pa_end = 0x4a08001f, | ||
2325 | .flags = ADDR_TYPE_RT | ||
2326 | }, | ||
2327 | { } | ||
2328 | }; | ||
2329 | |||
2330 | /* l4_cfg -> ocp2scp1 */ | 2321 | /* l4_cfg -> ocp2scp1 */ |
2331 | static struct omap_hwmod_ocp_if dra7xx_l4_cfg__ocp2scp1 = { | 2322 | static struct omap_hwmod_ocp_if dra7xx_l4_cfg__ocp2scp1 = { |
2332 | .master = &dra7xx_l4_cfg_hwmod, | 2323 | .master = &dra7xx_l4_cfg_hwmod, |
2333 | .slave = &dra7xx_ocp2scp1_hwmod, | 2324 | .slave = &dra7xx_ocp2scp1_hwmod, |
2334 | .clk = "l4_root_clk_div", | 2325 | .clk = "l4_root_clk_div", |
2335 | .addr = dra7xx_ocp2scp1_addrs, | ||
2336 | .user = OCP_USER_MPU | OCP_USER_SDMA, | 2326 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
2337 | }; | 2327 | }; |
2338 | 2328 | ||