* [PATCH] dt-bindings: thermal: rcar: Add device tree support for r8a7744
@ 2018-09-25 17:01 Biju Das
2018-09-26 3:05 ` Daniel Lezcano
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Biju Das @ 2018-09-25 17:01 UTC (permalink / raw)
To: Rob Herring, Mark Rutland
Cc: Biju Das, Zhang Rui, Eduardo Valentin, Daniel Lezcano, linux-pm,
devicetree, Simon Horman, Geert Uytterhoeven, Chris Paterson,
Fabrizio Castro, linux-renesas-soc
Add thermal sensor support for r8a7744 SoC. The Renesas RZ/G1N
(r8a7744) thermal sensor module is identical to the R-Car Gen2 family.
No driver change is needed due to the fallback compatible value
"renesas,rcar-gen2-thermal".
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
---
Documentation/devicetree/bindings/thermal/rcar-thermal.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/thermal/rcar-thermal.txt b/Documentation/devicetree/bindings/thermal/rcar-thermal.txt
index 67c563f..01d30a97 100644
--- a/Documentation/devicetree/bindings/thermal/rcar-thermal.txt
+++ b/Documentation/devicetree/bindings/thermal/rcar-thermal.txt
@@ -8,6 +8,7 @@ Required properties:
Examples with soctypes are:
- "renesas,thermal-r8a73a4" (R-Mobile APE6)
- "renesas,thermal-r8a7743" (RZ/G1M)
+ - "renesas,thermal-r8a7744" (RZ/G1N)
- "renesas,thermal-r8a7779" (R-Car H1)
- "renesas,thermal-r8a7790" (R-Car H2)
- "renesas,thermal-r8a7791" (R-Car M2-W)
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: thermal: rcar: Add device tree support for r8a7744
2018-09-25 17:01 [PATCH] dt-bindings: thermal: rcar: Add device tree support for r8a7744 Biju Das
@ 2018-09-26 3:05 ` Daniel Lezcano
2018-09-26 8:57 ` Simon Horman
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Daniel Lezcano @ 2018-09-26 3:05 UTC (permalink / raw)
To: Biju Das, Rob Herring, Mark Rutland
Cc: Zhang Rui, Eduardo Valentin, linux-pm, devicetree, Simon Horman,
Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
linux-renesas-soc
On 25/09/2018 19:01, Biju Das wrote:
> Add thermal sensor support for r8a7744 SoC. The Renesas RZ/G1N
> (r8a7744) thermal sensor module is identical to the R-Car Gen2 family.
>
> No driver change is needed due to the fallback compatible value
> "renesas,rcar-gen2-thermal".
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> ---
> Documentation/devicetree/bindings/thermal/rcar-thermal.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/thermal/rcar-thermal.txt b/Documentation/devicetree/bindings/thermal/rcar-thermal.txt
> index 67c563f..01d30a97 100644
> --- a/Documentation/devicetree/bindings/thermal/rcar-thermal.txt
> +++ b/Documentation/devicetree/bindings/thermal/rcar-thermal.txt
> @@ -8,6 +8,7 @@ Required properties:
> Examples with soctypes are:
> - "renesas,thermal-r8a73a4" (R-Mobile APE6)
> - "renesas,thermal-r8a7743" (RZ/G1M)
> + - "renesas,thermal-r8a7744" (RZ/G1N)
> - "renesas,thermal-r8a7779" (R-Car H1)
> - "renesas,thermal-r8a7790" (R-Car H2)
> - "renesas,thermal-r8a7791" (R-Car M2-W)
>
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: thermal: rcar: Add device tree support for r8a7744
2018-09-25 17:01 [PATCH] dt-bindings: thermal: rcar: Add device tree support for r8a7744 Biju Das
2018-09-26 3:05 ` Daniel Lezcano
@ 2018-09-26 8:57 ` Simon Horman
2018-09-26 11:31 ` Geert Uytterhoeven
2018-10-15 16:54 ` Rob Herring
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-09-26 8:57 UTC (permalink / raw)
To: Biju Das
Cc: Rob Herring, Mark Rutland, Zhang Rui, Eduardo Valentin,
Daniel Lezcano, linux-pm, devicetree, Geert Uytterhoeven,
Chris Paterson, Fabrizio Castro, linux-renesas-soc
On Tue, Sep 25, 2018 at 06:01:04PM +0100, Biju Das wrote:
> Add thermal sensor support for r8a7744 SoC. The Renesas RZ/G1N
> (r8a7744) thermal sensor module is identical to the R-Car Gen2 family.
>
> No driver change is needed due to the fallback compatible value
> "renesas,rcar-gen2-thermal".
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: thermal: rcar: Add device tree support for r8a7744
2018-09-25 17:01 [PATCH] dt-bindings: thermal: rcar: Add device tree support for r8a7744 Biju Das
2018-09-26 3:05 ` Daniel Lezcano
2018-09-26 8:57 ` Simon Horman
@ 2018-09-26 11:31 ` Geert Uytterhoeven
2018-10-15 16:54 ` Rob Herring
3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2018-09-26 11:31 UTC (permalink / raw)
To: Biju Das
Cc: Rob Herring, Mark Rutland, Zhang Rui, Eduardo Valentin,
Daniel Lezcano, Linux PM list,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
Simon Horman, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
Linux-Renesas
On Tue, Sep 25, 2018 at 7:08 PM Biju Das <biju.das@bp.renesas.com> wrote:
> Add thermal sensor support for r8a7744 SoC. The Renesas RZ/G1N
> (r8a7744) thermal sensor module is identical to the R-Car Gen2 family.
>
> No driver change is needed due to the fallback compatible value
> "renesas,rcar-gen2-thermal".
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: thermal: rcar: Add device tree support for r8a7744
2018-09-25 17:01 [PATCH] dt-bindings: thermal: rcar: Add device tree support for r8a7744 Biju Das
` (2 preceding siblings ...)
2018-09-26 11:31 ` Geert Uytterhoeven
@ 2018-10-15 16:54 ` Rob Herring
3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2018-10-15 16:54 UTC (permalink / raw)
To: Biju Das
Cc: Mark Rutland, Zhang Rui, Eduardo Valentin, Daniel Lezcano,
linux-pm, devicetree, Simon Horman, Geert Uytterhoeven,
Chris Paterson, Fabrizio Castro, linux-renesas-soc
On Tue, Sep 25, 2018 at 06:01:04PM +0100, Biju Das wrote:
> Add thermal sensor support for r8a7744 SoC. The Renesas RZ/G1N
> (r8a7744) thermal sensor module is identical to the R-Car Gen2 family.
>
> No driver change is needed due to the fallback compatible value
> "renesas,rcar-gen2-thermal".
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
> ---
> Documentation/devicetree/bindings/thermal/rcar-thermal.txt | 1 +
> 1 file changed, 1 insertion(+)
Applied.
Rob
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-10-15 16:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-25 17:01 [PATCH] dt-bindings: thermal: rcar: Add device tree support for r8a7744 Biju Das
2018-09-26 3:05 ` Daniel Lezcano
2018-09-26 8:57 ` Simon Horman
2018-09-26 11:31 ` Geert Uytterhoeven
2018-10-15 16:54 ` Rob Herring
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).