Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 0e49793572dbd22160973ba4d3019e3f > files > 4365

kernel-doc-5.1.18-1.mga7.noarch.rpm

* SPEAr Thermal

Required properties:
- compatible : "st,thermal-spear1340"
- reg : Address range of the thermal registers
- st,thermal-flags: flags used to enable thermal sensor

Example:

	thermal@fc000000 {
		compatible = "st,thermal-spear1340";
		reg = <0xfc000000 0x1000>;
		st,thermal-flags = <0x7000>;
	};