Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1* Broadcom STB thermal management
2
3Thermal management core, provided by the AVS TMON hardware block.
4
5Required properties:
6- compatible: must be "brcm,avs-tmon" and/or "brcm,avs-tmon-bcm7445"
7- reg: address range for the AVS TMON registers
8- interrupts: temperature monitor interrupt, for high/low threshold triggers
9- interrupt-names: should be "tmon"
10
11Example:
12
13 thermal@f04d1500 {
14 compatible = "brcm,avs-tmon-bcm7445", "brcm,avs-tmon";
15 reg = <0xf04d1500 0x28>;
16 interrupts = <0x6>;
17 interrupt-names = "tmon";
18 interrupt-parent = <&avs_host_l2_intc>;
19 };