浏览代码

USB: musb: davinci dm6446evm GPIO renumbering

Numbering for GPIOs on the pcf857x chips on the dm644x EVM board
changed when DaVinci chips with more GPIOs were supported.  Update
the GPIO number 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Kevin Hilman 16 年之前
父节点
当前提交
30899ca7f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/usb/musb/davinci.c

+ 1 - 1
drivers/usb/musb/davinci.c

@@ -42,7 +42,7 @@
 #include "musb_core.h"
 #include "musb_core.h"
 
 
 #ifdef CONFIG_MACH_DAVINCI_EVM
 #ifdef CONFIG_MACH_DAVINCI_EVM
-#define GPIO_nVBUS_DRV		87
+#define GPIO_nVBUS_DRV		144
 #endif
 #endif
 
 
 #include "davinci.h"
 #include "davinci.h"