From patchwork Mon Mar 14 14:25:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 564 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:43:44 -0000 Delivered-To: patches@linaro.org Received: by 10.224.45.75 with SMTP id d11cs62086qaf; Mon, 14 Mar 2011 09:47:38 -0700 (PDT) Received: by 10.204.177.11 with SMTP id bg11mr1038221bkb.9.1300120908880; Mon, 14 Mar 2011 09:41:48 -0700 (PDT) Received: from pig2.dooz.org (pig2.dooz.org [88.191.118.219]) by mx.google.com with ESMTPS id s9si8653221fai.120.2011.03.14.09.41.47 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Mar 2011 09:41:47 -0700 (PDT) Received-SPF: neutral (google.com: 88.191.118.219 is neither permitted nor denied by domain of lool@dooz.org) client-ip=88.191.118.219; Authentication-Results: mx.google.com; spf=neutral (google.com: 88.191.118.219 is neither permitted nor denied by domain of lool@dooz.org) smtp.mail=lool@dooz.org Received: from bee.dooz.org (serris.dooz.org [88.166.229.232]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bee.dooz.org", Issuer "CA Cert Signing Authority" (verified OK)) by pig2.dooz.org (Postfix) with ESMTPS id C41F0C06DE for ; Mon, 14 Mar 2011 16:41:50 +0000 (UTC) Received: by bee.dooz.org (Postfix, from userid 1000) id DE243FB60; Mon, 14 Mar 2011 17:41:42 +0100 (CET) Resent-From: =?iso-8859-1?Q?Lo=EFc?= Minier Resent-Date: Mon, 14 Mar 2011 17:41:42 +0100 Resent-Message-ID: <20110314164142.GM18358@bee.dooz.org> Resent-To: patches@linaro.org X-Original-To: lool@dooz.org Received: from mombin.canonical.com (mombin.canonical.com [91.189.95.16]) by pig.zood.org (Postfix) with ESMTP id B59AF4C0C8 for ; Mon, 14 Mar 2011 15:24:28 +0100 (CET) Received: from localhost ([127.0.0.1] helo=mombin.canonical.com) by mombin.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Pz8h8-0004t1-5f; Mon, 14 Mar 2011 14:24:26 +0000 Received: from mail-pw0-f42.google.com ([209.85.160.42]) by mombin.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Pz8h6-0004ss-Sa for linaro-dev@lists.linaro.org; Mon, 14 Mar 2011 14:24:25 +0000 Received: by pwj3 with SMTP id 3so1275480pwj.1 for ; Mon, 14 Mar 2011 07:24:23 -0700 (PDT) Received: by 10.142.253.20 with SMTP id a20mr10785410wfi.190.1300112663837; Mon, 14 Mar 2011 07:24:23 -0700 (PDT) Received: from localhost.localdomain ([114.216.146.145]) by mx.google.com with ESMTPS id x11sm3671251wfd.1.2011.03.14.07.24.11 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Mar 2011 07:24:22 -0700 (PDT) From: Shawn Guo To: devicetree-discuss@lists.ozlabs.org, linaro-dev@lists.linaro.org Subject: [PATCH 6/7] arm/dts: babbage: add device nodes for esdhc Date: Mon, 14 Mar 2011 22:25:58 +0800 Message-Id: <1300112759-3495-7-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1300112759-3495-1-git-send-email-shawn.guo@linaro.org> References: <1300112759-3495-1-git-send-email-shawn.guo@linaro.org> Cc: nicolas.pitre@linaro.org X-BeenThere: linaro-dev@lists.linaro.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Linaro Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linaro-dev-bounces@lists.linaro.org Errors-To: linaro-dev-bounces@lists.linaro.org Signed-off-by: Shawn Guo --- arch/arm/boot/dts/babbage.dts | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/babbage.dts b/arch/arm/boot/dts/babbage.dts index 378cd7d..d1824ab 100644 --- a/arch/arm/boot/dts/babbage.dts +++ b/arch/arm/boot/dts/babbage.dts @@ -572,6 +572,20 @@ compatible = "simple-bus"; ranges = <0x0 0x70000000 0x100000>; + sdhci@4000 { + compatible = "fsl,imx-esdhc", "fsl,esdhc"; + reg = <0x4000 0x4000>; + interrupts = <1>; + bus-clock = <&esdhc1_clk>, "esdhc"; + }; + + sdhci@8000 { + compatible = "fsl,imx-esdhc", "fsl,esdhc"; + reg = <0x8000 0x4000>; + interrupts = <2>; + bus-clock = <&esdhc2_clk>, "esdhc"; + }; + imx-uart@c000 { compatible = "fsl,imx51-uart"; reg = <0xc000 0x1000>;