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

Commit 99fd6034 authored by Mao Li's avatar Mao Li
Browse files

ARM: dts: msm: adjust virtual key map for msm8953 qrd



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

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