ARM: dts: msm: adjust virtual key map for msm8996 dtp
The virtual keys KEY_MENU/HOME/KEY_BACK are incorrectly defined for msm8996 dtp. Exchange the positions of these three virtual keys for a correct operation of the device. Change-Id: Ifd2a00291a9fcb195ac270ea85fd134e82ff5082 Signed-off-by: Mao Li <maol@codeaurora.org>
This commit is contained in:
parent
7447a8033c
commit
eebc02c8a3
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@
|
||||||
synaptics,reset-gpio = <&tlmm 89 0x00>;
|
synaptics,reset-gpio = <&tlmm 89 0x00>;
|
||||||
synaptics,irq-gpio = <&tlmm 125 0x2008>;
|
synaptics,irq-gpio = <&tlmm 125 0x2008>;
|
||||||
synaptics,disable-gpios;
|
synaptics,disable-gpios;
|
||||||
synaptics,button-map = <102 139 158>;
|
synaptics,button-map = <139 158 102>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue