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

Commit f4c907e2 authored by Chun Zhang's avatar Chun Zhang
Browse files

ARM: dts: msm: enable virtual keys on MSM8992 CDP and MTP



Add in device tree node for virtual keys for MSM8992 CDP and MTP
to enable the function.

Change-Id: Ida48880a4463d099e18569fd572616a3185667e3
Signed-off-by: default avatarChun Zhang <chunz@codeaurora.org>
parent 9592aeb5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -118,3 +118,15 @@
		synaptics,disable-gpios;
	};
};

&soc {
	gen-vkeys {
		compatible = "qcom,gen-vkeys";
		label = "synaptics_dsx";
		qcom,disp-maxx = <1599>;
		qcom,disp-maxy = <2559>;
		qcom,panel-maxx = <1599>;
		qcom,panel-maxy = <2703>;
		qcom,key-codes = <158 139 102 217>;
	};
};
+12 −0
Original line number Diff line number Diff line
@@ -127,3 +127,15 @@
		synaptics,disable-gpios;
	};
};

&soc {
	gen-vkeys {
		compatible = "qcom,gen-vkeys";
		label = "synaptics_dsx";
		qcom,disp-maxx = <1599>;
		qcom,disp-maxy = <2559>;
		qcom,panel-maxx = <1599>;
		qcom,panel-maxy = <2703>;
		qcom,key-codes = <158 139 102 217>;
	};
};