From patchwork Wed Aug 10 13:54:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 73640 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp415506qga; Wed, 10 Aug 2016 06:57:53 -0700 (PDT) X-Received: by 10.194.114.135 with SMTP id jg7mr4134039wjb.166.1470837473518; Wed, 10 Aug 2016 06:57:53 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id to5si39895896wjb.84.2016.08.10.06.57.53; Wed, 10 Aug 2016 06:57:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 137954BA7F; Wed, 10 Aug 2016 15:57:52 +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 f3Wg99VG4iUq; Wed, 10 Aug 2016 15:57:51 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 736744BD3D; Wed, 10 Aug 2016 15:57:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 320384BD3D for ; Wed, 10 Aug 2016 15:54:24 +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 Ede0NfVXNwze for ; Wed, 10 Aug 2016 15:54:24 +0200 (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 comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by theia.denx.de (Postfix) with ESMTPS id 7E525A7519 for ; Wed, 10 Aug 2016 15:54:21 +0200 (CEST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id u7ADsKrZ021919; Wed, 10 Aug 2016 08:54:20 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id u7ADsJXi013434; Wed, 10 Aug 2016 08:54:19 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.294.0; Wed, 10 Aug 2016 08:54:18 -0500 Received: from psplinux063.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u7ADs76F008929; Wed, 10 Aug 2016 08:54:16 -0500 From: Sekhar Nori To: Tom Rini , Jaehoon Chung Date: Wed, 10 Aug 2016 19:24:06 +0530 Message-ID: <20160810135406.17255-5-nsekhar@ti.com> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20160810135406.17255-1-nsekhar@ti.com> References: <20160810135406.17255-1-nsekhar@ti.com> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 10 Aug 2016 15:57:36 +0200 Cc: U-Boot Mailing List Subject: [U-Boot] [PATCH 4/4] defconfig: k2g_evm_defconfig: Enable mmc driver model 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" K2G can benefit from driver model support in the MMC/SD driver it uses: omap_hsmmc Enable driver model MMC support for K2G. Signed-off-by: Sekhar Nori --- configs/k2g_evm_defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.9.0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig index 5d44e8deb3d1..825de72f9488 100644 --- a/configs/k2g_evm_defconfig +++ b/configs/k2g_evm_defconfig @@ -32,6 +32,7 @@ CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_DM_ETH=y +CONFIG_DM_MMC=y CONFIG_REMOTEPROC_TI_POWER=y CONFIG_SYS_NS16550=y CONFIG_USB=y