summaryrefslogtreecommitdiff
path: root/configs/orangepi_plus_defconfig
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-03-18 08:45:21 +0100
committerHans de Goede <hdegoede@redhat.com>2016-03-23 22:04:13 +0100
commitce0d0926758f631fdd655d438acd32d5935d43a4 (patch)
tree1787e7216fa2a80eadf4ba4b1bd0e5c00ad48b85 /configs/orangepi_plus_defconfig
parent60fa63012fcdc3c4ec1497bf5e358f0a90b40949 (diff)
sunxi: Specify USB vbus pins for orangepi boards
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>
Diffstat (limited to 'configs/orangepi_plus_defconfig')
-rw-r--r--configs/orangepi_plus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/orangepi_plus_defconfig b/configs/orangepi_plus_defconfig
index e52dcfc718..6ecb30e488 100644
--- a/configs/orangepi_plus_defconfig
+++ b/configs/orangepi_plus_defconfig
@@ -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"