* [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
* [PATCH 2/2] ARM: shmobile: r8a7778: Add SoC-specific TMU compatible property
2014-10-24 11:36 [PATCH 1/2] ARM: shmobile: r8a73a4: Add SoC-specific CMT compatible property Geert Uytterhoeven
@ 2014-10-24 11:36 ` 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
1 sibling, 1 reply; 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 TMU timers used the generic compatible property only.
Add the SoC-specific one, to make it future proof.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/r8a7778.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi
index 1e80e4c694828e15..96297f67fda8e632 100644
--- a/arch/arm/boot/dts/r8a7778.dtsi
+++ b/arch/arm/boot/dts/r8a7778.dtsi
@@ -163,7 +163,7 @@
};
tmu0: timer@ffd80000 {
- compatible = "renesas,tmu";
+ compatible = "renesas,tmu-r8a7778", "renesas,tmu";
reg = <0xffd80000 0x30>;
interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>,
<0 33 IRQ_TYPE_LEVEL_HIGH>,
@@ -175,7 +175,7 @@
};
tmu1: timer@ffd81000 {
- compatible = "renesas,tmu";
+ compatible = "renesas,tmu-r8a7778", "renesas,tmu";
reg = <0xffd81000 0x30>;
interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>,
<0 37 IRQ_TYPE_LEVEL_HIGH>,
@@ -187,7 +187,7 @@
};
tmu2: timer@ffd82000 {
- compatible = "renesas,tmu";
+ compatible = "renesas,tmu-r8a7778", "renesas,tmu";
reg = <0xffd82000 0x30>;
interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>,
<0 41 IRQ_TYPE_LEVEL_HIGH>,
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] ARM: shmobile: r8a73a4: Add SoC-specific CMT compatible property
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
1 sibling, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-10-27 0:27 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Magnus Damm, linux-sh, devicetree, linux-arm-kernel
On Fri, Oct 24, 2014 at 01:36:02PM +0200, Geert Uytterhoeven wrote:
> 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>
Thanks, I have queued this up.
> ---
> 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 [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] ARM: shmobile: r8a7778: Add SoC-specific TMU compatible property
2014-10-24 11:36 ` [PATCH 2/2] ARM: shmobile: r8a7778: Add SoC-specific TMU " Geert Uytterhoeven
@ 2014-10-27 0:27 ` Simon Horman
0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-10-27 0:27 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Magnus Damm, linux-sh, devicetree, linux-arm-kernel
On Fri, Oct 24, 2014 at 01:36:03PM +0200, Geert Uytterhoeven wrote:
> The TMU timers used the generic compatible property only.
> Add the SoC-specific one, to make it future proof.
Thanks, I have queued this up.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> arch/arm/boot/dts/r8a7778.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi
> index 1e80e4c694828e15..96297f67fda8e632 100644
> --- a/arch/arm/boot/dts/r8a7778.dtsi
> +++ b/arch/arm/boot/dts/r8a7778.dtsi
> @@ -163,7 +163,7 @@
> };
>
> tmu0: timer@ffd80000 {
> - compatible = "renesas,tmu";
> + compatible = "renesas,tmu-r8a7778", "renesas,tmu";
> reg = <0xffd80000 0x30>;
> interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>,
> <0 33 IRQ_TYPE_LEVEL_HIGH>,
> @@ -175,7 +175,7 @@
> };
>
> tmu1: timer@ffd81000 {
> - compatible = "renesas,tmu";
> + compatible = "renesas,tmu-r8a7778", "renesas,tmu";
> reg = <0xffd81000 0x30>;
> interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>,
> <0 37 IRQ_TYPE_LEVEL_HIGH>,
> @@ -187,7 +187,7 @@
> };
>
> tmu2: timer@ffd82000 {
> - compatible = "renesas,tmu";
> + compatible = "renesas,tmu-r8a7778", "renesas,tmu";
> reg = <0xffd82000 0x30>;
> interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>,
> <0 41 IRQ_TYPE_LEVEL_HIGH>,
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [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).