IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / thermal / rcar-thermal.txt
blob28ef498a66e598e0399a3095f625781fe2d2d575
1 * Renesas R-Car Thermal
3 Required properties:
4 - compatible            : "renesas,rcar-thermal"
5 - reg                   : Address range of the thermal registers.
6                           The 1st reg will be recognized as common register
7                           if it has "interrupts".
9 Option properties:
11 - interrupts            : use interrupt
13 Example (non interrupt support):
15 thermal@e61f0100 {
16         compatible = "renesas,rcar-thermal";
17         reg = <0xe61f0100 0x38>;
20 Example (interrupt support):
22 thermal@e61f0000 {
23         compatible = "renesas,rcar-thermal";
24         reg = <0xe61f0000 0x14
25                 0xe61f0100 0x38
26                 0xe61f0200 0x38
27                 0xe61f0300 0x38>;
28         interrupts = <0 69 4>;