diff options
author | Prathap Srinivas | 2010-01-11 15:36:46 +0530 |
---|---|---|
committer | Remy Bohmer | 2010-02-03 22:06:59 +0100 |
commit | 6e20e64f5c6deb5b48e40a0cba4877f9170545e0 (patch) | |
tree | 58a3c883143eadcd7b8045615ccc55e50da0a9a5 /drivers/usb/musb/davinci.h | |
parent | ec2aadb40855cecb088b68c062e3534d6ce39128 (diff) |
musb: Add host support for DM365 EVM
Add support for musb host on DM365 EVM.
Signed-off-by: Prathap Srinivas <msprathap@ti.com>
Diffstat (limited to 'drivers/usb/musb/davinci.h')
-rw-r--r-- | drivers/usb/musb/davinci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb/davinci.h b/drivers/usb/musb/davinci.h index f6751bf66c9..e0829d60df5 100644 --- a/drivers/usb/musb/davinci.h +++ b/drivers/usb/musb/davinci.h @@ -63,6 +63,7 @@ struct davinci_usb_regs { /* Integrated highspeed/otg PHY */ #define USBPHY_CTL_PADDR (DAVINCI_SYSTEM_MODULE_BASE + 0x34) +#define USBPHY_PHY24MHZ (1 << 13) #define USBPHY_PHYCLKGD (1 << 8) #define USBPHY_SESNDEN (1 << 7) /* v(sess_end) comparator */ #define USBPHY_VBDTCTEN (1 << 6) /* v(bus) comparator */ |