Skip to content

Commit 4c27a32

Browse files
geerturafaeljw
authored andcommitted
dt-bindings: thermal: rcar-gen3-thermal: Add r8a779g0 support
Document support for the Thermal Sensor/Chip Internal Voltage Monitor/Core Voltage Monitor (THS/CIVM/CVM) on the Renesas R-Car V4H (R8A779G0) SoC. Unlike most other R-Car Gen3 and Gen4 SoCs, it has 4 instead of 3 sensors, so increase the maximum number of reg tuples. Just like other R-Car Gen4 SoCs, interrupts are not routed to the INTC-AP but to the ECM. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Wolfram Sang <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Link: https://lore.kernel.org/r/11f740522ec479011cc8eef6bb450603be394def.1675958665.git.geert+renesas@glider.be Signed-off-by: Daniel Lezcano <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent f5f633b commit 4c27a32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ properties:
2828
- renesas,r8a77980-thermal # R-Car V3H
2929
- renesas,r8a779a0-thermal # R-Car V3U
3030
- renesas,r8a779f0-thermal # R-Car S4-8
31+
- renesas,r8a779g0-thermal # R-Car V4H
3132

3233
reg: true
3334

@@ -80,13 +81,15 @@ else:
8081
- description: TSC1 registers
8182
- description: TSC2 registers
8283
- description: TSC3 registers
84+
- description: TSC4 registers
8385
if:
8486
not:
8587
properties:
8688
compatible:
8789
contains:
8890
enum:
8991
- renesas,r8a779f0-thermal
92+
- renesas,r8a779g0-thermal
9093
then:
9194
required:
9295
- interrupts

0 commit comments

Comments
 (0)