1 * Dove Thermal 1 * Dove Thermal 2 2 3 This driver is for Dove SoCs which contain a t 3 This driver is for Dove SoCs which contain a thermal sensor. 4 4 5 Required properties: 5 Required properties: 6 - compatible : "marvell,dove-thermal" 6 - compatible : "marvell,dove-thermal" 7 - reg : Address range of the thermal registers 7 - reg : Address range of the thermal registers 8 8 9 The reg properties should contain two ranges. 9 The reg properties should contain two ranges. The first is for the 10 three Thermal Manager registers, while the sec 10 three Thermal Manager registers, while the second range contains the 11 Thermal Diode Control Registers. 11 Thermal Diode Control Registers. 12 12 13 Example: 13 Example: 14 14 15 thermal@10078 { 15 thermal@10078 { 16 compatible = "marvell,dove-the 16 compatible = "marvell,dove-thermal"; 17 reg = <0xd001c 0x0c>, <0xd005c 17 reg = <0xd001c 0x0c>, <0xd005c 0x08>; 18 }; 18 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.