Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 678bf94f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add Temperature sensor support"

parents 098bea17 2acb4368
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -161,4 +161,15 @@
		qcom,device-type = <3>;
		qcom,pipe-attr-ee;
	};

	tsens: tsens@4a8000 {
		compatible = "qcom,msmferrum-tsens";
		reg = <0x4a8000 0x2000>,
		      <0x5c000  0x1000>;
		reg-names = "tsens_physical", "tsens_eeprom_physical";
		interrupts = <0 184 0>;
		qcom,sensors = <5>;
		qcom,slope = <3200 3200 3200 3200 3200>;
		qcom,sensor-id = <0 1 2 3 4>;
	};
};