treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / thermal / brcm,avs-tmon.txt
blob74a9ef09db8b83d8fc511666416f1c8d243b3d62
1 * Broadcom STB thermal management
3 Thermal management core, provided by the AVS TMON hardware block.
5 Required properties:
6 - compatible: must be one of:
7         "brcm,avs-tmon-bcm7216"
8         "brcm,avs-tmon-bcm7445"
9         "brcm,avs-tmon"
10 - reg: address range for the AVS TMON registers
11 - interrupts: temperature monitor interrupt, for high/low threshold triggers,
12               required except for "brcm,avs-tmon-bcm7216"
13 - interrupt-names: should be "tmon"
15 Example:
17         thermal@f04d1500 {
18                 compatible = "brcm,avs-tmon-bcm7445", "brcm,avs-tmon";
19                 reg = <0xf04d1500 0x28>;
20                 interrupts = <0x6>;
21                 interrupt-names = "tmon";
22                 interrupt-parent = <&avs_host_l2_intc>;
23         };