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

Commit a1bfb540 authored by Mohan Pallaka's avatar Mohan Pallaka
Browse files

ARM: dts: msm: enable pmic haptics for MTP and CDP



Enable pmic haptics driver only for MTP and CDP. Liquid
platform uses a different haptics driver.

Change-Id: I7128c66a8940782d7e7ec750b6218023b3f7b6be
Signed-off-by: default avatarMohan Pallaka <mpallaka@codeaurora.org>
parent 8aa4fe35
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -363,7 +363,8 @@
			qcom,led-strings-list = [00 01 02 03];
		};

		qcom,haptic@c000 {
		pmi8994_haptics: qcom,haptic@c000 {
			status = "disabled";
			compatible = "qcom,qpnp-haptic";
			reg = <0xc000 0x100>;
			interrupts = <0x3 0xc0 0x0>,
+4 −0
Original line number Diff line number Diff line
@@ -615,3 +615,7 @@
		interrupt-names = "silabs_fm_int";
	};
};

&pmi8994_haptics {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -633,3 +633,7 @@
&pmi8994_fg {
	qcom,battery-data = <&mtp_batterydata>;
};

&pmi8994_haptics {
	status = "okay";
};