Commit 45b439c1 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

ARM: shmobile: r8a7778: Add SoC-specific TMU compatible property

The TMU timers used the generic compatible property only.
Add the SoC-specific one, to make it future proof.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 2cd823fc
...@@ -163,7 +163,7 @@ i2c3: i2c@ffc73000 { ...@@ -163,7 +163,7 @@ i2c3: i2c@ffc73000 {
}; };
tmu0: timer@ffd80000 { tmu0: timer@ffd80000 {
compatible = "renesas,tmu"; compatible = "renesas,tmu-r8a7778", "renesas,tmu";
reg = <0xffd80000 0x30>; reg = <0xffd80000 0x30>;
interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>, interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>,
<0 33 IRQ_TYPE_LEVEL_HIGH>, <0 33 IRQ_TYPE_LEVEL_HIGH>,
...@@ -175,7 +175,7 @@ tmu0: timer@ffd80000 { ...@@ -175,7 +175,7 @@ tmu0: timer@ffd80000 {
}; };
tmu1: timer@ffd81000 { tmu1: timer@ffd81000 {
compatible = "renesas,tmu"; compatible = "renesas,tmu-r8a7778", "renesas,tmu";
reg = <0xffd81000 0x30>; reg = <0xffd81000 0x30>;
interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>, interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>,
<0 37 IRQ_TYPE_LEVEL_HIGH>, <0 37 IRQ_TYPE_LEVEL_HIGH>,
...@@ -187,7 +187,7 @@ tmu1: timer@ffd81000 { ...@@ -187,7 +187,7 @@ tmu1: timer@ffd81000 {
}; };
tmu2: timer@ffd82000 { tmu2: timer@ffd82000 {
compatible = "renesas,tmu"; compatible = "renesas,tmu-r8a7778", "renesas,tmu";
reg = <0xffd82000 0x30>; reg = <0xffd82000 0x30>;
interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>, interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>,
<0 41 IRQ_TYPE_LEVEL_HIGH>, <0 41 IRQ_TYPE_LEVEL_HIGH>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment