Skip to content

Commit 31db453

Browse files
ykanekoEduardo Valentin
authored andcommitted
dt-bindings: thermal: rcar-thermal: add R8A77995 support
Update rcar thermal dt-binding to add R8A77995 info. Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
1 parent 9efc58d commit 31db453

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/devicetree/bindings/thermal/rcar-thermal.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Required properties:
44
- compatible : "renesas,thermal-<soctype>",
55
"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.
78
Examples with soctypes are:
89
- "renesas,thermal-r8a73a4" (R-Mobile APE6)
910
- "renesas,thermal-r8a7743" (RZ/G1M)
@@ -12,13 +13,15 @@ Required properties:
1213
- "renesas,thermal-r8a7791" (R-Car M2-W)
1314
- "renesas,thermal-r8a7792" (R-Car V2H)
1415
- "renesas,thermal-r8a7793" (R-Car M2-N)
16+
- "renesas,thermal-r8a77995" (R-Car D3)
1517
- reg : Address range of the thermal registers.
1618
The 1st reg will be recognized as common register
1719
if it has "interrupts".
1820

1921
Option properties:
2022

21-
- interrupts : use interrupt
23+
- interrupts : If present should contain 3 interrupts for
24+
R-Car D3 or 1 interrupt otherwise.
2225

2326
Example (non interrupt support):
2427

0 commit comments

Comments
 (0)