summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-03-22 17:00:13 +0100
committerKlaus Goger <klaus.goger@theobroma-systems.com>2016-09-18 12:38:56 +0200
commitad81d492e8580701d18fc4124ffd9f3e618b9481 (patch)
tree04cf5ea8da1c50854f2bb96406d0e5a6b03b87f9 /configs
parentaf0b45d8a7b103593d4c8e46222773fdef040d7e (diff)
sunxi: Specify SATAPWR pin for Orangepi Plus
This enables the use of the sata connector in u-boot. 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/orangepi_plus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/orangepi_plus_defconfig b/configs/orangepi_plus_defconfig
index 08f291c41b..ff124bdf7c 100644
--- a/configs/orangepi_plus_defconfig
+++ b/configs/orangepi_plus_defconfig
@@ -17,3 +17,4 @@ CONFIG_CMD_GPIO=y
CONFIG_SY8106A_POWER=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB1_VBUS_PIN="PG13"
+CONFIG_SYS_EXTRA_OPTIONS="SATAPWR=SUNXI_GPG(11)"