From patchwork Fri Dec 21 17:16:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongjin Kim X-Patchwork-Id: 1904431 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 629ED3FC64 for ; Fri, 21 Dec 2012 17:21: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 1Tm6Er-0000Si-AL; Fri, 21 Dec 2012 17:18:25 +0000 Received: from mail-pb0-f53.google.com ([209.85.160.53]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Tm6Ek-0000O5-Q3 for linux-arm-kernel@lists.infradead.org; Fri, 21 Dec 2012 17:18:20 +0000 Received: by mail-pb0-f53.google.com with SMTP id jt11so2845704pbb.40 for ; Fri, 21 Dec 2012 09:18:16 -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; bh=0TwY5vB21t7hwRn0Ng2Z/DCwlssWVjY2nEEuymgo/zA=; b=MYFNpQQfgAMi/jya6TT/uqAIZP1qS05WObeY8i3ycSsqtQmukqNtoSj+ntFZuOUvUu PS/3s58XLGZJBx2GYprXbOPT0R1k0++AMs6YDCqWkw2qaOobvm7VObopf8B8htTGEhZI z6qssre4ImFGqSePBmH7yxTD+AGDxNOK9iT8XreCl6eMg8iy4N+2pDRrfwmc2cWmiyFM 8QPNXkdvfg9sdcwlz1pDVJRTg4hQOYMW2FCG2VPjwQI72T3st4l4VfY3WW+LqNFGLd6r aA7uNqCMG2oPm6j496XCBUSZqltVPWcFDR+rwUtnl3fUMaZrDf+SVdVFM74Mf2kRCB1X VUiw== X-Received: by 10.68.190.227 with SMTP id gt3mr42064601pbc.5.1356110296189; Fri, 21 Dec 2012 09:18:16 -0800 (PST) Received: from localhost.localdomain ([125.177.223.206]) by mx.google.com with ESMTPS id qh6sm5252195pbb.25.2012.12.21.09.18.11 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Dec 2012 09:18:15 -0800 (PST) From: Dongjin Kim To: Subject: [PATCH] ARM: dts: Add node for MSHC controller for Exynos4 Date: Sat, 22 Dec 2012 02:16:54 +0900 Message-Id: <1356110218-2423-1-git-send-email-tobetter@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121221_121819_427447_19697FFA X-CRM114-Status: GOOD ( 11.30 ) 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.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (tobetter[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.53 listed in list.dnswl.org] -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 , Bartlomiej Zolnierkiewicz , Tomasz Figa , linux-kernel@vger.kernel.org, Kyungmin Park , 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 Add MSHC controller node to the device tree (DT). Signed-off-by: Dongjin Kim --- arch/arm/boot/dts/exynos4.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index e1347fc..92bca86 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -131,6 +131,15 @@ status = "disabled"; }; + mshc@12550000 { + compatible = "samsung,exynos5250-dw-mshc"; + reg = <0x12550000 0x1000>; + interrupts = <0 77 0>; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; + }; + serial@13800000 { compatible = "samsung,exynos4210-uart"; reg = <0x13800000 0x100>;