Message ID | 1246052125-18463-4-git-send-email-khilman@deeprootsystems.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index 2bf4592..4cc5364 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c @@ -42,7 +42,7 @@ #include "musb_core.h" #ifdef CONFIG_MACH_DAVINCI_EVM -#define GPIO_nVBUS_DRV 87 +#define GPIO_nVBUS_DRV 144 #endif #include "davinci.h"
Now that the pcf857x GPIO expanders are used for GPIOs on the dm644x EVM board code, the GPIO numbering has changed. Update the GPIO used for nVBUS_DRV. Longer term, we need a better abstraction of board-specific setup in this code so we're not hard-coding board specific GPIOs into the driver, but for now this at least gets it back to working with mainline davinci core code. Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com> --- drivers/usb/musb/davinci.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)