diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2013-01-25 15:54:00 +0530 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-01-25 12:27:24 +0200 |
commit | ca784be36cc725bca9b526eba342de7550329731 (patch) | |
tree | 23f0da8e88f81d73587e06a6d295260d50494eb7 /drivers/usb/musb/omap2430.h | |
parent | 01658f0f8d1322dbf94f289aa610731d539bf888 (diff) |
usb: start using the control module driver
Start using the control module driver for powering on the PHY and for
writing to the mailbox instead of writing to the control module
registers on their own.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/omap2430.h')
-rw-r--r-- | drivers/usb/musb/omap2430.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/usb/musb/omap2430.h b/drivers/usb/musb/omap2430.h index 8ef656659fc..1b5e83a9840 100644 --- a/drivers/usb/musb/omap2430.h +++ b/drivers/usb/musb/omap2430.h @@ -49,13 +49,4 @@ #define OTG_FORCESTDBY 0x414 # define ENABLEFORCE (1 << 0) -/* - * Control Module bit definitions - * XXX: Will be removed once we have a driver for control module. - */ -#define AVALID BIT(0) -#define BVALID BIT(1) -#define VBUSVALID BIT(2) -#define SESSEND BIT(3) -#define IDDIG BIT(4) #endif /* __MUSB_OMAP243X_H__ */ |