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

Commit 3378a544 authored by Fenglin Wu's avatar Fenglin Wu
Browse files

ARM: dts: msm: add nvmem cell for haptics CL brake in Lahaina

Add nvmem cell for haptics module to store closed-loop brake calibration
setting.

Change-Id: I60b617f1538402fdae8fc44080a624447815922a
parent 348b074d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -342,6 +342,18 @@
	io-channel-names = "thermal";
};

&pmk8350_sdam_2 {
	hap_cl_brake: cl_brake@7c {
		reg = <0x7c 0x1>;
		bits = <0 8>;
	};
};

&pm8350b_haptics {
	nvmem-cell-names = "hap_cl_brake";
	nvmem-cells = <&hap_cl_brake>;
};

&pmr735a_tz {
	io-channels = <&pmk8350_vadc PMR735A_ADC7_DIE_TEMP>;
	io-channel-names = "thermal";