linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Gao Guanhua <B22826@freescale.com>
To: sdhci-devel@lists.ossman.eu
Cc: linuxppc-dev@ozlabs.org, Gao Guanhua <B22826@freescale.com>
Subject: [PATCH 2/6] P2020DS: Add sdhc support
Date: Wed, 23 Sep 2009 17:08:08 +0800	[thread overview]
Message-ID: <1253696892-15262-2-git-send-email-B22826@freescale.com> (raw)
In-Reply-To: <1253696892-15262-1-git-send-email-B22826@freescale.com>

---
 arch/powerpc/boot/dts/p2020ds.dts |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/p2020ds.dts b/arch/powerpc/boot/dts/p2020ds.dts
index 8c1c954..be449ba 100644
--- a/arch/powerpc/boot/dts/p2020ds.dts
+++ b/arch/powerpc/boot/dts/p2020ds.dts
@@ -454,6 +454,14 @@
 			phy-connection-type = "rgmii-id";
 		};
 
+		sdhci@2e000 {
+			compatible = "fsl,p2020-esdhc", "fsl,esdhc";
+			reg = <0x2e000 0x1000>;
+			interrupts = <72 0x2>;
+			interrupt-parent = <&mpic>;
+			clock-frequency = <0>;
+		};
+
 		serial0: serial@4500 {
 			cell-index = <0>;
 			device_type = "serial";
-- 
1.6.4

  reply	other threads:[~2009-09-23  9:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-23  9:08 [PATCH 1/6] sdhci: Enable cache snooping Gao Guanhua
2009-09-23  9:08 ` Gao Guanhua [this message]
2009-09-23  9:08   ` [PATCH 3/6] P2020DS: Fixup sdhc to use PIO mode Gao Guanhua
2009-09-23  9:08     ` [PATCH 4/6] sdhci: Fixup AHB2MAG IRQ bypass hardware workaround Gao Guanhua
2009-09-23  9:08       ` [PATCH 5/6] sdhci-of: Set the timeout to the max value Gao Guanhua
2009-09-23  9:08         ` [PATCH 6/6] P2020DS: Remove sdhci-dma-broken and sdhci-ahb2mag-irq-bypass properties Gao Guanhua
2009-09-23 11:59           ` Anton Vorontsov
2009-09-24  8:22             ` Gao Guanhua-B22826
2009-09-23 11:55     ` [PATCH 3/6] P2020DS: Fixup sdhc to use PIO mode Anton Vorontsov
2009-09-24  8:28       ` Gao Guanhua-B22826
2009-11-05 13:52         ` Kumar Gala
2009-11-06  2:08           ` Gao Guanhua-B22826
2009-11-13  8:30           ` Gao Guanhua-B22826
2009-09-23 11:52 ` [PATCH 1/6] sdhci: Enable cache snooping Anton Vorontsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1253696892-15262-2-git-send-email-B22826@freescale.com \
    --to=b22826@freescale.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=sdhci-devel@lists.ossman.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).