sunxi: Specify SATAPWR pin for Orangepi Plus
authorHans de Goede <hdegoede@redhat.com>
Tue, 22 Mar 2016 16:00:13 +0000 (17:00 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 23 Mar 2016 21:04:13 +0000 (22:04 +0100)
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>
configs/orangepi_plus_defconfig

index 08f291c..ff124bd 100644 (file)
@@ -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)"