diff options
author | Pavankumar Kondeti <pkondeti@codeaurora.org> | 2010-12-08 13:37:08 +0530 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2010-12-16 13:53:39 -0800 |
commit | 5155e2c70fc50bc475911dab5dba2f80130523c7 (patch) | |
tree | cbbace825fc748fcfcbdf759cf50ae2f06afc96f /arch/arm/mach-msm/include | |
parent | 7032d512cff979319f308e02223d0cf39b6e9a91 (diff) | |
download | blackbird-obmc-linux-5155e2c70fc50bc475911dab5dba2f80130523c7.tar.gz blackbird-obmc-linux-5155e2c70fc50bc475911dab5dba2f80130523c7.zip |
MSM: Add USB support for MSM7x30
Add USB OTG, peripheral and host devices. This patch also adds
usb_phy_clk which is required for resetting the PHY. VBUS power up
and shutdown routines depends on PMIC module. As PMIC driver is
unavailable, configure USB in peripheral only mode.
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include')
-rw-r--r-- | arch/arm/mach-msm/include/mach/msm_iomap-7x30.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-7x30.h b/arch/arm/mach-msm/include/mach/msm_iomap-7x30.h index 8a00c2defbc1..0fd7b68ca114 100644 --- a/arch/arm/mach-msm/include/mach/msm_iomap-7x30.h +++ b/arch/arm/mach-msm/include/mach/msm_iomap-7x30.h @@ -119,4 +119,7 @@ #define MSM_AD5_PHYS 0xA7000000 #define MSM_AD5_SIZE (SZ_1M*13) +#define MSM_HSUSB_PHYS 0xA3600000 +#define MSM_HSUSB_SIZE SZ_1K + #endif |