File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Documentation/devicetree/bindings/thermal Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
Required properties:
4
4
- compatible : "renesas,thermal-<soctype>",
5
5
"renesas,rcar-gen2-thermal" (with thermal-zone) or
6
- "renesas,rcar-thermal" (without thermal-zone) as fallback.
6
+ "renesas,rcar-thermal" (without thermal-zone) as
7
+ fallback except R-Car D3.
7
8
Examples with soctypes are:
8
9
- "renesas,thermal-r8a73a4" (R-Mobile APE6)
9
10
- "renesas,thermal-r8a7743" (RZ/G1M)
@@ -12,13 +13,15 @@ Required properties:
12
13
- "renesas,thermal-r8a7791" (R-Car M2-W)
13
14
- "renesas,thermal-r8a7792" (R-Car V2H)
14
15
- "renesas,thermal-r8a7793" (R-Car M2-N)
16
+ - "renesas,thermal-r8a77995" (R-Car D3)
15
17
- reg : Address range of the thermal registers.
16
18
The 1st reg will be recognized as common register
17
19
if it has "interrupts".
18
20
19
21
Option properties:
20
22
21
- - interrupts : use interrupt
23
+ - interrupts : If present should contain 3 interrupts for
24
+ R-Car D3 or 1 interrupt otherwise.
22
25
23
26
Example (non interrupt support):
24
27
You can’t perform that action at this time.
0 commit comments