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

Commit dfe239ce authored by Mao Li's avatar Mao Li Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: adjust virtual key map for msm8909 skuc



The virtual keys KEY_MENU and KEY_BACK are incorrectly defined
for msm8909 skuc. Exchange the positions of these two virtual
keys for a correct operation of the device.

Change-Id: I2567863e163a7326d8b496c8ddc66039f894599e
Signed-off-by: default avatarMao Li <maol@codeaurora.org>
parent 588bf4eb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
			focaltech,irq-gpio = <&msm_gpio 13 0x2008>;
			focaltech,display-coords = <0 0 480 854>;
			focaltech,panel-coords = <0 0 480 950>;
			focaltech,button-map= <158 102 139>;
			focaltech,no-force-update;
			focaltech,i2c-pull-up;
			focaltech,group-id = <1>;
@@ -62,7 +61,7 @@
		qcom,disp-maxy = <854>;
		qcom,panel-maxx = <480>;
		qcom,panel-maxy = <946>;
		qcom,key-codes = <158 172 139>;
		qcom,key-codes = <139 172 158>;
		qcom,y-offset = <0>;
	};
};