projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f4f715
)
ARM: shmobile: r8a73a4: Add SoC-specific CMT compatible property
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Fri, 24 Oct 2014 11:36:02 +0000
(13:36 +0200)
committer
Simon Horman
<horms+renesas@verge.net.au>
Thu, 30 Oct 2014 00:56:35 +0000
(09:56 +0900)
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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a73a4.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a73a4.dtsi
b/arch/arm/boot/dts/r8a73a4.dtsi
index 80939671b0342006a97ad7ef856927097b49339c..b5ead845c6c32f24985bd350d0b28752cbbd3081 100644
(file)
--- 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>;