linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: Use r8a7790 suffix for MMCIF compat string
@ 2013-11-20  0:05 Magnus Damm
  2013-11-20  0:07 ` [PATCH] ARM: shmobile: Use r8a7790 suffix for IRQC " Magnus Damm
  2013-11-21  4:56 ` [PATCH] ARM: shmobile: Use r8a7790 suffix for MMCIF " Simon Horman
  0 siblings, 2 replies; 7+ messages in thread
From: Magnus Damm @ 2013-11-20  0:05 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Add "renesas,mmcif-r8a7790" to the compatible string for MMCIF
in case of r8a7790. This makes the MMCIF follow the same style
as the other devices and also makes it more future proof.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/boot/dts/r8a7790.dtsi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- 0001/arch/arm/boot/dts/r8a7790.dtsi
+++ work/arch/arm/boot/dts/r8a7790.dtsi	2013-11-20 08:18:51.000000000 +0900
@@ -223,7 +223,7 @@
 	};
 
 	mmcif0: mmcif@ee200000 {
-		compatible = "renesas,sh-mmcif";
+		compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
 		reg = <0 0xee200000 0 0x80>;
 		interrupt-parent = <&gic>;
 		interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>;
@@ -232,7 +232,7 @@
 	};
 
 	mmcif1: mmc@ee220000 {
-		compatible = "renesas,sh-mmcif";
+		compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
 		reg = <0 0xee220000 0 0x80>;
 		interrupt-parent = <&gic>;
 		interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>;

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-28  6:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20  0:05 [PATCH] ARM: shmobile: Use r8a7790 suffix for MMCIF compat string Magnus Damm
2013-11-20  0:07 ` [PATCH] ARM: shmobile: Use r8a7790 suffix for IRQC " Magnus Damm
2013-11-21  4:59   ` Simon Horman
2013-11-27 10:11   ` Laurent Pinchart
2013-11-28  6:30     ` Simon Horman
2013-11-28  6:36   ` Simon Horman
2013-11-21  4:56 ` [PATCH] ARM: shmobile: Use r8a7790 suffix for MMCIF " Simon Horman

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).