We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f633b commit 4c27a32Copy full SHA for 4c27a32
Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml
@@ -28,6 +28,7 @@ properties:
28
- renesas,r8a77980-thermal # R-Car V3H
29
- renesas,r8a779a0-thermal # R-Car V3U
30
- renesas,r8a779f0-thermal # R-Car S4-8
31
+ - renesas,r8a779g0-thermal # R-Car V4H
32
33
reg: true
34
@@ -80,13 +81,15 @@ else:
80
81
- description: TSC1 registers
82
- description: TSC2 registers
83
- description: TSC3 registers
84
+ - description: TSC4 registers
85
if:
86
not:
87
properties:
88
compatible:
89
contains:
90
enum:
91
- renesas,r8a779f0-thermal
92
+ - renesas,r8a779g0-thermal
93
then:
94
required:
95
- interrupts
0 commit comments