From: Hans de Goede Date: Tue, 22 Mar 2016 16:00:13 +0000 (+0100) Subject: sunxi: Specify SATAPWR pin for Orangepi Plus X-Git-Tag: v2016.05-rc1~180^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=df63651130af1973e1ddc00de041bcec1824ca6b;p=u-boot sunxi: Specify SATAPWR pin for Orangepi Plus This enables the use of the sata connector in u-boot. Signed-off-by: Hans de Goede Acked-by: Ian Campbell --- 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)"