From patchwork Tue Mar 22 20:49:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 600947 X-Patchwork-Delegate: hdegoede@redhat.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3qV4Z224kfz9s4x for ; Wed, 23 Mar 2016 07:49:30 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5A676A7531; Tue, 22 Mar 2016 21:49:27 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8_lMmkRBmsXb; Tue, 22 Mar 2016 21:49:27 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 051EFA7534; Tue, 22 Mar 2016 21:49:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D3542A7498 for ; Tue, 22 Mar 2016 21:49:16 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tOBtjaIoDlII for ; Tue, 22 Mar 2016 21:49:16 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by theia.denx.de (Postfix) with ESMTPS id 82286A748A for ; Tue, 22 Mar 2016 21:49:13 +0100 (CET) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 10AC778244; Tue, 22 Mar 2016 20:49:12 +0000 (UTC) Received: from shalem.localdomain.com (vpn1-4-163.ams2.redhat.com [10.36.4.163]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u2MKn6nx028491; Tue, 22 Mar 2016 16:49:10 -0400 From: Hans de Goede To: Ian Campbell Date: Tue, 22 Mar 2016 21:49:04 +0100 Message-Id: <1458679744-13831-2-git-send-email-hdegoede@redhat.com> In-Reply-To: <1458679744-13831-1-git-send-email-hdegoede@redhat.com> References: <1458679744-13831-1-git-send-email-hdegoede@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 2/2] sunxi: Specify SATAPWR pin for Orangepi Plus X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This enables the use of the sata connector in u-boot. Signed-off-by: Hans de Goede --- configs/orangepi_plus_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/orangepi_plus_defconfig b/configs/orangepi_plus_defconfig index 08f291c..ff124bd 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)"