]> git.sur5r.net Git - u-boot/commitdiff
sunxi: Specify USB vbus pins for orangepi boards
authorHans de Goede <hdegoede@redhat.com>
Fri, 18 Mar 2016 07:45:21 +0000 (08:45 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 23 Mar 2016 21:04:13 +0000 (22:04 +0100)
This fixes the USB ports not working on the orangepi_plus and stops us
from messing with gpio-s which we should not touch on the orangepi_pc.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
configs/orangepi_pc_defconfig
configs/orangepi_plus_defconfig

index aaf0f68c354fa93cab015b0bbf3558848ce29f4e..4e9051db204f97962bde732e0ed9d3e574911459 100644 (file)
@@ -14,3 +14,6 @@ CONFIG_SPL=y
 CONFIG_CMD_GPIO=y
 CONFIG_SY8106A_POWER=y
 CONFIG_USB_EHCI_HCD=y
+CONFIG_USB1_VBUS_PIN=""
+CONFIG_USB2_VBUS_PIN=""
+CONFIG_USB3_VBUS_PIN=""
index e52dcfc718d5b5cb6ce4a8f4f92b6a153767e400..6ecb30e4886384a167b4873e3893cab15b971a39 100644 (file)
@@ -14,3 +14,4 @@ CONFIG_SPL=y
 CONFIG_CMD_GPIO=y
 CONFIG_SY8106A_POWER=y
 CONFIG_USB_EHCI_HCD=y
+CONFIG_USB1_VBUS_PIN="PG13"