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

Commit 65e00e7e authored by Mao Li's avatar Mao Li
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: Id4be499617187d9109ec68694e9d90e0a03068f4
Signed-off-by: default avatarMao Li <maol@codeaurora.org>
parent d70d0441
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 = <172 139 158>;
			synaptics,button-map = <172 158 139>;
		};
	};
};