From patchwork Wed Jun 15 03:29:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emmanuel Vadot X-Patchwork-Id: 635729 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 3rTxcS69FKz9t12 for ; Wed, 15 Jun 2016 16:36:24 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E63EDA7524; Wed, 15 Jun 2016 08:36:21 +0200 (CEST) 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 rcZti3LDddv0; Wed, 15 Jun 2016 08:36:21 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2EA55A74DB; Wed, 15 Jun 2016 08:36:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 46FA2A74DB for ; Wed, 15 Jun 2016 05:36:43 +0200 (CEST) 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 myzOiDdNpr-v for ; Wed, 15 Jun 2016 05:36:35 +0200 (CEST) X-Greylist: delayed 390 seconds by postgrey-1.34 at theia; Wed, 15 Jun 2016 05:36:12 CEST 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 mail.blih.net (mail.blih.net [212.83.177.182]) by theia.denx.de (Postfix) with ESMTPS id B5EFFA74D0 for ; Wed, 15 Jun 2016 05:36:10 +0200 (CEST) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 6677c1e9 for ; Wed, 15 Jun 2016 05:29:29 +0200 (CEST) Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 92155007 TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO for ; Wed, 15 Jun 2016 05:29:29 +0200 (CEST) Received: from elbarto (uid 1001) (envelope-from manu@bidouilliste.com) id 3e1c8 by knuckles.blih.net (DragonFly Mail Agent v0.11); Wed, 15 Jun 2016 05:29:29 +0200 From: Emmanuel Vadot To: ijc@hellion.org.uk, hdegoede@redhat.com, u-boot@lists.denx.de Date: Wed, 15 Jun 2016 05:29:25 +0200 Message-Id: <1465961365-90707-1-git-send-email-manu@freebsd.org> X-Mailer: git-send-email 2.8.1 X-Mailman-Approved-At: Wed, 15 Jun 2016 08:36:19 +0200 Cc: Emmanuel Vadot Subject: [U-Boot] [PATCH] sunxi: Add defconfig for Olinuxino Lime 2 EMMC version 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" Signed-off-by: Emmanuel Vadot --- configs/A20-OLinuXino-Lime2-emmc_defconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 configs/A20-OLinuXino-Lime2-emmc_defconfig diff --git a/configs/A20-OLinuXino-Lime2-emmc_defconfig b/configs/A20-OLinuXino-Lime2-emmc_defconfig new file mode 100644 index 0000000..093c51f --- /dev/null +++ b/configs/A20-OLinuXino-Lime2-emmc_defconfig @@ -0,0 +1,21 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN7I=y +CONFIG_DRAM_CLK=480 +CONFIG_MMC0_CD_PIN="PH1" +CONFIG_MMC2_PINS="PC" +CONFIG_MMC_SUNXI_SLOT_EXTRA=2k +CONFIG_USB0_VBUS_PIN="PC17" +CONFIG_USB0_VBUS_DET="PH5" +CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-olinuxino-lime2-emmc" +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPC(3)" +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_FPGA is not set +CONFIG_RTL8211X_PHY_FORCE_MASTER=y +CONFIG_ETH_DESIGNWARE=y +CONFIG_AXP_ALDO3_VOLT=2800 +CONFIG_AXP_ALDO4_VOLT=2800 +CONFIG_USB_EHCI_HCD=y