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

Commit 499281d4 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 msm8937 qrd sku1



The virtual keys KEY_MENU/HOME/KEY_BACK are incorrectly defined
for msm8937 qrd sku1. Exchange the positions of these three virtual
keys for a correct operation of the device.

Change-Id: I061e31b67bc870cdbcc0bd722d0fd3eb229249b1
Signed-off-by: default avatarMao Li <maol@codeaurora.org>
parent 5684450d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
			synaptics,reset-gpio = <&tlmm 64 0x00>;
			synaptics,irq-gpio = <&tlmm 65 0x2008>;
			synaptics,disable-gpios;
			synaptics,button-map = <139 172 158>;
			synaptics,button-map = <172 139 158>;
		};
	};
};