devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: shmobile: r8a73a4: Add SoC-specific CMT compatible property
@ 2014-10-24 11:36 Geert Uytterhoeven
  2014-10-24 11:36 ` [PATCH 2/2] ARM: shmobile: r8a7778: Add SoC-specific TMU " Geert Uytterhoeven
  2014-10-27  0:27 ` [PATCH 1/2] ARM: shmobile: r8a73a4: Add SoC-specific CMT " Simon Horman
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-10-24 11:36 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: linux-sh, devicetree, linux-arm-kernel, Geert Uytterhoeven

The CMT1 timer used the generic compatible property only.
Add the SoC-specific one, which is already documented, to make it future
proof.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a73a4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi
index 80939671b0342006..b5ead845c6c32f24 100644
--- a/arch/arm/boot/dts/r8a73a4.dtsi
+++ b/arch/arm/boot/dts/r8a73a4.dtsi
@@ -114,7 +114,7 @@
 	};
 
 	cmt1: timer@e6130000 {
-		compatible = "renesas,cmt-48-gen2";
+		compatible = "renesas,cmt-48-r8a73a4", "renesas,cmt-48-gen2";
 		reg = <0 0xe6130000 0 0x1004>;
 		interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>;
 
-- 
1.9.1


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

end of thread, other threads:[~2014-10-27  0:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24 11:36 [PATCH 1/2] ARM: shmobile: r8a73a4: Add SoC-specific CMT compatible property Geert Uytterhoeven
2014-10-24 11:36 ` [PATCH 2/2] ARM: shmobile: r8a7778: Add SoC-specific TMU " Geert Uytterhoeven
2014-10-27  0:27   ` Simon Horman
2014-10-27  0:27 ` [PATCH 1/2] ARM: shmobile: r8a73a4: Add SoC-specific CMT " 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).