From patchwork Mon Mar 31 15:18:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulf Hansson X-Patchwork-Id: 3916241 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 300C99F2B6 for ; Mon, 31 Mar 2014 15:29:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6AA71201C8 for ; Mon, 31 Mar 2014 15:29:17 +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 7DF0120154 for ; Mon, 31 Mar 2014 15:29:16 +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 1WUe7f-0002ix-NA; Mon, 31 Mar 2014 15:27:40 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WUe7K-00059f-Fs; Mon, 31 Mar 2014 15:27:18 +0000 Received: from mail-wg0-f41.google.com ([74.125.82.41]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WUdzJ-0004QR-Kh for linux-arm-kernel@lists.infradead.org; Mon, 31 Mar 2014 15:19:34 +0000 Received: by mail-wg0-f41.google.com with SMTP id n12so6220170wgh.24 for ; Mon, 31 Mar 2014 08:18:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=GOMmcS6KIlPU8lZ7lZvTeckXsQgmFzS+xrbKdPMhwIg=; b=TOeRRcNnUbcdcrPqArIsnto7+OT5oz7awgYuiK+iSoJmVttD3ltJIZnmJx+qskkSPT 2kxkwJ9kr4+/fNjwX9x4PGALHemHunaj+7XyTGU7RebDdfVRPhhm/3cpDTwoxG03xLfe ayAZJe0uJg3zRTiSIoEwtADVAqByseazVk2rBelbdA88GyIneDpnO1sNhDtll9StvLWj VRQvmAebbwNWZCNAsXVNEHXUgNOuOIjXrW6/vAhiAJHdkU/tMXgIDYf4Sek/LWph4jHt 8pxT220VLRVSQDDYZ0m/RDyzpnyFTPRPmi5rgzhB13C4SfwxF7ZlSBDm1UFtkopIH4bw 52bQ== X-Gm-Message-State: ALoCoQktjyseAXfjfiTKgwrNVvTYpFe80rgMTqLwKyZ4vvE98Ou8IED19zqHAleZ71VS/yZDGBBo X-Received: by 10.194.109.6 with SMTP id ho6mr15407356wjb.21.1396279119003; Mon, 31 Mar 2014 08:18:39 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id wl6sm13547488wjb.3.2014.03.31.08.18.37 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 31 Mar 2014 08:18:38 -0700 (PDT) From: Ulf Hansson To: linux-arm-kernel@lists.infradead.org, Russell King , Linus Walleij Subject: [PATCH V2 07/19] ARM: ux500: Add mmci signal directions and feeback clock in DT for href Date: Mon, 31 Mar 2014 17:18:08 +0200 Message-Id: <1396279100-2920-8-git-send-email-ulf.hansson@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1396279100-2920-1-git-send-email-ulf.hansson@linaro.org> References: <1396279100-2920-1-git-send-email-ulf.hansson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140331_111901_876655_0DFAE7A8 X-CRM114-Status: UNSURE ( 8.87 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: devicetree@vger.kernel.org, Ulf Hansson , Rob Herring 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.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, 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 Signed-off-by: Ulf Hansson Reviewed-by: Linus Walleij --- arch/arm/boot/dts/ste-href.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi index 6cb9b68..46dce42 100644 --- a/arch/arm/boot/dts/ste-href.dtsi +++ b/arch/arm/boot/dts/ste-href.dtsi @@ -118,6 +118,10 @@ bus-width = <4>; mmc-cap-sd-highspeed; mmc-cap-mmc-highspeed; + st,sig-dir-dat0; + st,sig-dir-dat2; + st,sig-dir-cmd; + st,sig-pin-fbclk; vmmc-supply = <&ab8500_ldo_aux3_reg>; vqmmc-supply = <&vmmci>; pinctrl-names = "default", "sleep";