devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
To: LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Viresh Kumar
	<viresh.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org
Subject: [patch 1/2] dts: spear: Fix sdhci compatible
Date: Thu, 19 Jun 2014 21:56:29 -0000	[thread overview]
Message-ID: <20140619215557.784621009@linutronix.de> (raw)
In-Reply-To: 20140619215347.139324048@linutronix.de

[-- Attachment #1: spear-dts-fix-sdhci-compatible.patch --]
[-- Type: text/plain, Size: 852 bytes --]

Make it match the bindings and the implementation.

Signed-off-by: Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
---
 arch/arm/boot/dts/spear320.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/arch/arm/boot/dts/spear320.dtsi
===================================================================
--- linux.orig/arch/arm/boot/dts/spear320.dtsi
+++ linux/arch/arm/boot/dts/spear320.dtsi
@@ -48,7 +48,7 @@
 		};
 
 		sdhci@70000000 {
-			compatible = "st,sdhci-spear";
+			compatible = "st,spear300-sdhci";
 			reg = <0x70000000 0x100>;
 			interrupts = <10>;
 			interrupt-parent = <&shirq>;


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2014-06-19 21:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-19 21:56 [patch 0/2] dt: spear320: Make it work Thomas Gleixner
2014-06-19 21:56 ` [patch 2/2] dts: spear: Add missing i2c1 interrupt Thomas Gleixner
     [not found]   ` <20140619215557.875556819-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
2014-06-20  4:42     ` Viresh Kumar
     [not found]       ` <CAOh2x==eh=k-LWK89QY_B0f9e7ctZE035NQm_vumayBYf3Mtnw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-06-20  7:52         ` Thomas Gleixner
2014-06-19 21:56 ` Thomas Gleixner [this message]
     [not found]   ` <20140619215557.784621009-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
2014-06-20  4:47     ` [patch 1/2] dts: spear: Fix sdhci compatible Viresh Kumar

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=20140619215557.784621009@linutronix.de \
    --to=tglx-hfztesqfncyowbw4kg4ksq@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org \
    --cc=viresh.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /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).