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) Bindings for MAX1619 Temperature Sensor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) - compatible : "maxim,max1619"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) - reg        : I2C address, one of 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, or
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6)                0x4d, 0x4e
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	temp@4c {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 		compatible = "maxim,max1619";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 		reg = <0x4c>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	};