diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-03-22 17:00:13 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-23 22:04:13 +0100 |
commit | df63651130af1973e1ddc00de041bcec1824ca6b (patch) | |
tree | d38d1deb3732b3956cbbb5b10ebdacb5d0f3fb20 | |
parent | 9fbb0c3aa49f4604b0342cb527a6bd099f92eaeb (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>
-rw-r--r-- | configs/orangepi_plus_defconfig | 1 |
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)" |