diff options
author | Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> | 2020-05-27 22:18:37 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-05-29 15:30:55 -0600 |
commit | fafcc40fd5261db9de1cef34f9a0694bad507504 (patch) | |
tree | 918e79f4d046c84b4266165636ce544dfb76759d /Documentation/devicetree/bindings/thermal/rcar-thermal.yaml | |
parent | 41d455bda234a30e2948196d87ba03260f1d776d (diff) | |
download | linux-fafcc40fd5261db9de1cef34f9a0694bad507504.tar.gz linux-fafcc40fd5261db9de1cef34f9a0694bad507504.tar.bz2 linux-fafcc40fd5261db9de1cef34f9a0694bad507504.zip |
dt-bindings: thermal: rcar-thermal: Add device tree support for r8a7742
Add thermal sensor support for r8a7742 SoC. The Renesas RZ/G1H
(r8a7742) 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: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/thermal/rcar-thermal.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/rcar-thermal.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/rcar-thermal.yaml b/Documentation/devicetree/bindings/thermal/rcar-thermal.yaml index bebd930daa8a..0994693d240f 100644 --- a/Documentation/devicetree/bindings/thermal/rcar-thermal.yaml +++ b/Documentation/devicetree/bindings/thermal/rcar-thermal.yaml @@ -20,6 +20,7 @@ properties: - const: renesas,rcar-thermal # Generic without thermal-zone - items: - enum: + - renesas,thermal-r8a7742 # RZ/G1H - renesas,thermal-r8a7743 # RZ/G1M - renesas,thermal-r8a7744 # RZ/G1N - const: renesas,rcar-gen2-thermal # Generic thermal-zone |