Commit 046664aedd1da0b964cdf678371b11cce3eb0468

Authored by Hans de Goede
1 parent ad40610b48

sunxi: Hyundai_A7HD_defconfig fix USB vbus pin config

USB1_VBUS is not used, and USB2_VBUS uses the pin normally used to control
USB1_VBUS.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

configs/Hyundai_A7HD_defconfig
... ... @@ -6,7 +6,8 @@
6 6 CONFIG_FDTFILE="sun4i-a10-hyundai-a7hd.dtb"
7 7 CONFIG_USB_MUSB_SUNXI=y
8 8 CONFIG_USB0_VBUS_PIN="PB09"
9   -CONFIG_USB2_VBUS_PIN=""
  9 +CONFIG_USB1_VBUS_PIN=""
  10 +CONFIG_USB2_VBUS_PIN="PH6"
10 11 CONFIG_VIDEO_LCD_MODE="x:1024,y:600,depth:18,pclk_khz:51000,le:45,ri:274,up:22,lo:12,hs:1,vs:1,sync:3,vmode:0"
11 12 CONFIG_VIDEO_LCD_DCLK_PHASE=1
12 13 CONFIG_VIDEO_LCD_POWER="PH2"