* [PATCH resend 1/2] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific thermal compatible property
@ 2014-08-28 8:20 Geert Uytterhoeven
2014-08-28 8:20 ` [PATCH resend 2/2] ARM: shmobile: r8a7779 " Geert Uytterhoeven
2014-08-29 0:00 ` [PATCH resend 1/2] ARM: shmobile: r8a73a4 " Simon Horman
0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-08-28 8:20 UTC (permalink / raw)
To: Simon Horman, Magnus Damm; +Cc: devicetree, linux-sh, Geert Uytterhoeven
The thermal node 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>
---
Resend, doc update is in v3.17-rc1
---
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 d8ec5058c351..fba39a2bfe42 100644
--- a/arch/arm/boot/dts/r8a73a4.dtsi
+++ b/arch/arm/boot/dts/r8a73a4.dtsi
@@ -165,7 +165,7 @@
};
thermal@e61f0000 {
- compatible = "renesas,rcar-thermal";
+ compatible = "renesas,thermal-r8a73a4", "renesas,rcar-thermal";
reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>,
<0 0xe61f0200 0 0x38>, <0 0xe61f0300 0 0x38>;
interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>;
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH resend 2/2] ARM: shmobile: r8a7779 dtsi: Add SoC-specific thermal compatible property
2014-08-28 8:20 [PATCH resend 1/2] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific thermal compatible property Geert Uytterhoeven
@ 2014-08-28 8:20 ` Geert Uytterhoeven
2014-08-29 0:01 ` Simon Horman
2014-08-29 0:00 ` [PATCH resend 1/2] ARM: shmobile: r8a73a4 " Simon Horman
1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-08-28 8:20 UTC (permalink / raw)
To: Simon Horman, Magnus Damm; +Cc: devicetree, linux-sh, Geert Uytterhoeven
The thermal node 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>
---
Resend, doc update is in v3.17-rc1
---
arch/arm/boot/dts/r8a7779.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi
index 559788b2ff77..ddc89000854c 100644
--- a/arch/arm/boot/dts/r8a7779.dtsi
+++ b/arch/arm/boot/dts/r8a7779.dtsi
@@ -256,7 +256,7 @@
};
thermal@ffc48000 {
- compatible = "renesas,rcar-thermal";
+ compatible = "renesas,thermal-r8a7779", "renesas,rcar-thermal";
reg = <0xffc48000 0x38>;
};
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH resend 1/2] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific thermal compatible property
2014-08-28 8:20 [PATCH resend 1/2] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific thermal compatible property Geert Uytterhoeven
2014-08-28 8:20 ` [PATCH resend 2/2] ARM: shmobile: r8a7779 " Geert Uytterhoeven
@ 2014-08-29 0:00 ` Simon Horman
1 sibling, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-08-29 0:00 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Magnus Damm, devicetree, linux-sh
On Thu, Aug 28, 2014 at 10:20:39AM +0200, Geert Uytterhoeven wrote:
> The thermal node 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>
> ---
> Resend, doc update is in v3.17-rc1
Thanks, I have queued this up.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH resend 2/2] ARM: shmobile: r8a7779 dtsi: Add SoC-specific thermal compatible property
2014-08-28 8:20 ` [PATCH resend 2/2] ARM: shmobile: r8a7779 " Geert Uytterhoeven
@ 2014-08-29 0:01 ` Simon Horman
0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-08-29 0:01 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Magnus Damm, devicetree, linux-sh
On Thu, Aug 28, 2014 at 10:20:40AM +0200, Geert Uytterhoeven wrote:
> The thermal node 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>
> ---
> Resend, doc update is in v3.17-rc1
Thanks, I have queued this up.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-29 0:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 8:20 [PATCH resend 1/2] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific thermal compatible property Geert Uytterhoeven
2014-08-28 8:20 ` [PATCH resend 2/2] ARM: shmobile: r8a7779 " Geert Uytterhoeven
2014-08-29 0:01 ` Simon Horman
2014-08-29 0:00 ` [PATCH resend 1/2] ARM: shmobile: r8a73a4 " 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).