From patchwork Mon Dec 31 02:35:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongjin Kim X-Patchwork-Id: 1920661 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 65364DFF38 for ; Mon, 31 Dec 2012 02:42:36 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TpVHH-0002za-GI; Mon, 31 Dec 2012 02:38:59 +0000 Received: from mail-pb0-f50.google.com ([209.85.160.50]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TpVGi-0002uL-0e for linux-arm-kernel@lists.infradead.org; Mon, 31 Dec 2012 02:38:25 +0000 Received: by mail-pb0-f50.google.com with SMTP id wz7so6822088pbc.23 for ; Sun, 30 Dec 2012 18:38:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=4cOPj/cERAGG5rNDa18GujixSBOCxqfwRdSYOCBR5tk=; b=c+0MWQXmIvTXq3FuP6Us9YZdtugxU+YgWqlKXmL3PJgbg3ax2IM23FDXpHgIWiO/lW FinQsZqsQksBq+LC67GKZRnwQl/rB+jUFA0fpRf050nI3VhTZyjggAVcT6KLGE9RZ0v3 AzgFZ/+xIxZZi6XilD81v1vUTk9ab/5V3JWDSAfjuCb3VwbNXptRYsCFaT/CusFvT1o6 l3/dHwWKKuXCV8La9t+r07eIwwQgD898suiRt4I8OGZI27KA5fB4y7Tv0zheXsKf3Vwi 2a15BUQmHwhid8RESEoeA827ZhzeAgVs/cWlXQh/zYIMtqdMTgmN+l8ChQfDnzKQp69f V0LQ== X-Received: by 10.66.89.42 with SMTP id bl10mr117729754pab.2.1356921502545; Sun, 30 Dec 2012 18:38:22 -0800 (PST) Received: from localhost.localdomain ([125.177.223.206]) by mx.google.com with ESMTPS id ty4sm23997033pbc.57.2012.12.30.18.38.19 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Dec 2012 18:38:21 -0800 (PST) From: Dongjin Kim To: Subject: [PATCH v3 4/4] ODROID-X: dts: Add mshc node for ODROID-X board Date: Mon, 31 Dec 2012 11:35:13 +0900 Message-Id: <1356921314-12595-5-git-send-email-tobetter@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1356921314-12595-1-git-send-email-tobetter@gmail.com> References: <1356921314-12595-1-git-send-email-tobetter@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121230_213824_262990_89A7DF77 X-CRM114-Status: UNSURE ( 9.67 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.50 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (tobetter[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Kukjin Kim , Russell King , linux-kernel@vger.kernel.org, Thomas Abraham , Dongjin Kim , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Adding the device node to support eMMC storage on SDCARD4 ports, controlled by Mobile Storage Host Controller. Signed-off-by: Dongjin Kim --- arch/arm/boot/dts/exynos4412-odroidx.dts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts index f31529f..04c482e 100644 --- a/arch/arm/boot/dts/exynos4412-odroidx.dts +++ b/arch/arm/boot/dts/exynos4412-odroidx.dts @@ -70,4 +70,24 @@ linux,default-trigger = "mmc0"; }; }; + + mshc@12550000 { + pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>; + pinctrl-names = "default"; + status = "okay"; + + num-slots = <1>; + supports-highspeed; + broken-cd; + fifo-depth = <0x80>; + card-detect-delay = <200>; + samsung,dw-mshc-ciu-div = <3>; + samsung,dw-mshc-sdr-timing = <2 3 3>; + samsung,dw-mshc-ddr-timing = <1 2 3>; + + slot@0 { + reg = <0>; + bus-width = <8>; + }; + }; };