linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: r8a7743: Remove legacy "renesas,rcar-thermal" compatibility
@ 2018-12-03 15:04 Geert Uytterhoeven
  2018-12-04 13:46 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2018-12-03 15:04 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm, Biju Das
  Cc: Kuninori Morimoto, linux-renesas-soc, devicetree, Geert Uytterhoeven

The thermal hardware description for the RZ/G1M SoC was added to its DTS
after the introduction of support for thermal zones, and included a
thermal-zones node from the beginning.

Hence there is no need to claim compatibility with
"renesas,rcar-thermal", which would be needed only for backwards
compatibility with kernels predating thermal zone support.

Fixes: 6c76b4f7d89e89f0 ("ARM: dts: r8a7743: Add thermal device to DT")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7743.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7743.dtsi b/arch/arm/boot/dts/r8a7743.dtsi
index 24715f74ae08c7c2..3cc33f7ff7febae7 100644
--- a/arch/arm/boot/dts/r8a7743.dtsi
+++ b/arch/arm/boot/dts/r8a7743.dtsi
@@ -348,8 +348,7 @@
 
 		thermal: thermal@e61f0000 {
 			compatible = "renesas,thermal-r8a7743",
-				     "renesas,rcar-gen2-thermal",
-				     "renesas,rcar-thermal";
+				     "renesas,rcar-gen2-thermal";
 			reg = <0 0xe61f0000 0 0x10>, <0 0xe61f0100 0 0x38>;
 			interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&cpg CPG_MOD 522>;
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: r8a7743: Remove legacy "renesas,rcar-thermal" compatibility
  2018-12-03 15:04 [PATCH] ARM: dts: r8a7743: Remove legacy "renesas,rcar-thermal" compatibility Geert Uytterhoeven
@ 2018-12-04 13:46 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2018-12-04 13:46 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Biju Das, Kuninori Morimoto, linux-renesas-soc, devicetree

On Mon, Dec 03, 2018 at 04:04:47PM +0100, Geert Uytterhoeven wrote:
> The thermal hardware description for the RZ/G1M SoC was added to its DTS
> after the introduction of support for thermal zones, and included a
> thermal-zones node from the beginning.
> 
> Hence there is no need to claim compatibility with
> "renesas,rcar-thermal", which would be needed only for backwards
> compatibility with kernels predating thermal zone support.
> 
> Fixes: 6c76b4f7d89e89f0 ("ARM: dts: r8a7743: Add thermal device to DT")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks Geert,

applied for v4.21.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-04 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-03 15:04 [PATCH] ARM: dts: r8a7743: Remove legacy "renesas,rcar-thermal" compatibility Geert Uytterhoeven
2018-12-04 13:46 ` 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).