Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) * Dove Thermal
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) This driver is for Dove SoCs which contain a thermal sensor.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) - compatible : "marvell,dove-thermal"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) - reg : Address range of the thermal registers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) The reg properties should contain two ranges. The first is for the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) three Thermal Manager registers, while the second range contains the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Thermal Diode Control Registers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	thermal@10078 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 		compatible = "marvell,dove-thermal";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 		reg = <0xd001c 0x0c>, <0xd005c 0x08>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	};