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

Commit 6c1eab55 authored by xiaonian's avatar xiaonian
Browse files

ARM: dts: msm: correct virtual key map for msm8937 qrd sku1



Virtual keys KEY_MENU/HOME/KEY_BACK map is incorrect. Adjust
the map for correct virtual key functions.

Change-Id: I38de70dc1cca230b28e3d917fdef812242264188
Signed-off-by: default avatarxiaonian <xiaonian@codeaurora.org>
parent 65e00e7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -64,7 +64,7 @@
			synaptics,reset-gpio = <&tlmm 64 0x00>;
			synaptics,irq-gpio = <&tlmm 65 0x2008>;
			synaptics,disable-gpios;
			synaptics,button-map = <172 158 139>;
			synaptics,button-map = <158 139 172>;
		};
	};
};