summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r8a7740.dtsi
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2014-09-08 09:27:44 +0900
committerSimon Horman <horms+renesas@verge.net.au>2014-09-09 11:50:05 +0900
commita2ffcf87f5ae83dcd02f5b87bf477ce7e474601e (patch)
tree08a50686e781cb4240b425bea85639fc5b39682f /arch/arm/boot/dts/r8a7740.dtsi
parenta51b7b38182918d54813b572d6c28d43082d94ff (diff)
ARM: shmobile: r8a7740: Use SoC-specific 48-bit CMT compat string
In general Renesas hardware is not documented to the extent where the relationship between IP blocks on different SoCs can be assumed although they may appear to operate the same way. Furthermore the documentation typically does not specify a version for individual IP blocks. For these reasons a convention of using the SoC name in place of a version and providing SoC-specific compat strings has been adopted. Although not universally liked this convention is used in the bindings for a number of drivers for Renesas hardware. The purpose of this patch is to make use of the SoC-specific CMT compat string for the r8a7740 48-bit CMT clock source. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7740.dtsi')
-rw-r--r--arch/arm/boot/dts/r8a7740.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
index 1067a96c8425..d46c213a17ad 100644
--- a/arch/arm/boot/dts/r8a7740.dtsi
+++ b/arch/arm/boot/dts/r8a7740.dtsi
@@ -42,7 +42,7 @@
};
cmt1: timer@e6138000 {
- compatible = "renesas,cmt-48";
+ compatible = "renesas,cmt-48-r8a7740", "renesas,cmt-48";
reg = <0xe6138000 0x170>;
interrupts = <0 58 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7740_CLK_CMT1>;