From patchwork Wed Mar 26 22:35:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Heimpold X-Patchwork-Id: 3895571 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D7A359F2E8 for ; Wed, 26 Mar 2014 22:37:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1337920213 for ; Wed, 26 Mar 2014 22:37:34 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DE6A1201FD for ; Wed, 26 Mar 2014 22:37:32 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WSwRI-00032s-JG; Wed, 26 Mar 2014 22:36:52 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WSwR8-0006CJ-HF; Wed, 26 Mar 2014 22:36:42 +0000 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::4]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WSwQw-00068u-8J for linux-arm-kernel@lists.infradead.org; Wed, 26 Mar 2014 22:36:31 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1395873367; l=781; s=domk; d=heimpold.de; h=References:In-Reply-To:Date:Subject:Cc:To:From:X-RZG-CLASS-ID: X-RZG-AUTH; bh=mB48H5flHMNRMc8WaOJFhdsS9UA=; b=Bgq8CzjSQPMNuy3DTdWCLfAu6/ZBJDlvcf+RdK87U4IKkQuTXTRliEjq4pjtPtSdHSB CZIV+bQwG1p6hX07tbjEfqGx4F4BU2HSG/PJnK7l/3fZYyN9ty0nD0mODVDmw+SU/4XqT 36WM4nEGSORyJBsxGRzBHSx2e/jD+pK1X3c= X-RZG-AUTH: :O2kGeEG7b/pS1EW8QnKjhhg/vO4pzqdNys2z+NfqLSUoNNCTudAGFVqsUhsIso94CAiqUlM= X-RZG-CLASS-ID: mo00 Received: from tonne.mhei.heimpold.itr (dslb-188-102-214-074.pools.arcor-ip.net [188.102.214.74]) by post.strato.de (RZmta 32.31 DYNA|AUTH) with ESMTPA id z06320q2QMa7Htw; Wed, 26 Mar 2014 23:36:07 +0100 (CET) Received: from kerker.fritz.box (kerker.mhei.heimpold.itr [192.168.8.1]) by tonne.mhei.heimpold.itr (Postfix) with ESMTP id 914D31150DF; Wed, 26 Mar 2014 23:36:06 +0100 (CET) From: Michael Heimpold To: Shawn Guo Subject: [PATCH 1/3] arm: mxs: dt: imx28-duckbill: fix mmc settings Date: Wed, 26 Mar 2014 23:35:02 +0100 Message-Id: <1395873319-28286-2-git-send-email-mhei@heimpold.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1395873319-28286-1-git-send-email-mhei@heimpold.de> References: <1395873319-28286-1-git-send-email-mhei@heimpold.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140326_183630_603329_3561434D X-CRM114-Status: UNSURE ( 8.72 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: Michael Heimpold , linux-arm-kernel@lists.infradead.org, Stefan Wahren X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP I2SE's duckbills are only equipped with a micro SD card slot and thus only provide a 4-bit interface. Signed-off-by: Michael Heimpold --- arch/arm/boot/dts/imx28-duckbill.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx28-duckbill.dts b/arch/arm/boot/dts/imx28-duckbill.dts index 5f326c1..a697870 100644 --- a/arch/arm/boot/dts/imx28-duckbill.dts +++ b/arch/arm/boot/dts/imx28-duckbill.dts @@ -25,9 +25,9 @@ ssp0: ssp@80010000 { compatible = "fsl,imx28-mmc"; pinctrl-names = "default"; - pinctrl-0 = <&mmc0_8bit_pins_a + pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_cd_cfg &mmc0_sck_cfg>; - bus-width = <8>; + bus-width = <4>; vmmc-supply = <®_3p3v>; status = "okay"; };