From patchwork Fri Dec 23 08:31:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Icenowy Zheng X-Patchwork-Id: 708394 X-Patchwork-Delegate: jagannadh.teki@gmail.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 3tlM8b0g14z9sxN for ; Fri, 23 Dec 2016 19:32:47 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1085CB3960; Fri, 23 Dec 2016 09:32:44 +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 hqXOws7gyeE7; Fri, 23 Dec 2016 09:32:43 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2DC61B393E; Fri, 23 Dec 2016 09:32:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AF097B393E for ; Fri, 23 Dec 2016 09:32:39 +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 crupPElRH22l for ; Fri, 23 Dec 2016 09:32:39 +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 forward6h.cmail.yandex.net (forward6h.cmail.yandex.net [87.250.230.217]) by theia.denx.de (Postfix) with ESMTPS id 1C1B4B3937 for ; Fri, 23 Dec 2016 09:32:35 +0100 (CET) Received: from smtp2m.mail.yandex.net (smtp2m.mail.yandex.net [77.88.61.129]) by forward6h.cmail.yandex.net (Yandex) with ESMTP id AFA9521899; Fri, 23 Dec 2016 11:32:34 +0300 (MSK) Received: from smtp2m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2m.mail.yandex.net (Yandex) with ESMTP id EDE442300E6F; Fri, 23 Dec 2016 11:32:25 +0300 (MSK) Received: by smtp2m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 44sMXPLxHR-WJP8jhfd; Fri, 23 Dec 2016 11:32:24 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0,1 0,1 0,1 1130000036118848 From: Icenowy Zheng To: Jagan Teki , Maxime Ripard , Hans de Goede Date: Fri, 23 Dec 2016 16:31:33 +0800 Message-Id: <20161223083133.41105-2-icenowy@aosc.xyz> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20161223083133.41105-1-icenowy@aosc.xyz> References: <20161223083133.41105-1-icenowy@aosc.xyz> Cc: Andre Przywara , Icenowy Zheng , linux-sunxi@googlegroups.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH 2/2] sunxi: enable DLDO4 and DC1SW for Pine64+ 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" Pine64+ uses DLDO4 for wireless network, and DC1SW for wired network. Enable these two regulators, in order to provide net support in U-Boot and Linux. Signed-off-by: Icenowy Zheng --- configs/pine64_plus_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig index a76f66a11c..b9bbb54ef0 100644 --- a/configs/pine64_plus_defconfig +++ b/configs/pine64_plus_defconfig @@ -9,5 +9,7 @@ CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set +CONFIG_AXP_DLDO4_VOLT=3300 +CONFIG_AXP_SW_ON=y CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y