summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-01-17 17:55:18 +0100
committerHans de Goede <hdegoede@redhat.com>2015-01-22 12:34:55 +0100
commite18233493e7b3610d98779522726daad53c0d47e (patch)
tree3d10be9eb259cff829db9422073612e80c8751a5 /configs
parent9dcf68fac888211758f43b2adf9b930d519a26da (diff)
downloadblackbird-obmc-uboot-e18233493e7b3610d98779522726daad53c0d47e.tar.gz
blackbird-obmc-uboot-e18233493e7b3610d98779522726daad53c0d47e.zip
sunxi: ba10_tv_box_defconfig: Fix USB not working
PH12 is Vbus enable for Vbus2, not Vbus1. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs')
-rw-r--r--configs/ba10_tv_box_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ba10_tv_box_defconfig b/configs/ba10_tv_box_defconfig
index 6ca7c57186..37bf51b1f3 100644
--- a/configs/ba10_tv_box_defconfig
+++ b/configs/ba10_tv_box_defconfig
@@ -1,7 +1,7 @@
CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,USB_EHCI"
CONFIG_FDTFILE="sun4i-a10-ba10-tvbox.dtb"
-CONFIG_USB1_VBUS_PIN="PH12"
+CONFIG_USB2_VBUS_PIN="PH12"
+S:CONFIG_ARM=y
+S:CONFIG_ARCH_SUNXI=y
+S:CONFIG_MACH_SUN4I=y
OpenPOWER on IntegriCloud