Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.9 17 lines 429 B view raw
1* Tango Thermal 2 3The SMP8758 SoC includes 3 instances of this temperature sensor 4(in the CPU, video decoder, and PCIe controller). 5 6Required properties: 7- #thermal-sensor-cells: Should be 0 (see thermal.txt) 8- compatible: "sigma,smp8758-thermal" 9- reg: Address range of the thermal registers 10 11Example: 12 13 cpu_temp: thermal@920100 { 14 #thermal-sensor-cells = <0>; 15 compatible = "sigma,smp8758-thermal"; 16 reg = <0x920100 12>; 17 };