mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: qcom: msm8976-longcheer-l9360: Add touch keys
The phone has three capacitive buttons on the screen bezel. Enable them by adding the keycodes in the dt. Signed-off-by: André Apitzsch <git@apitzsch.eu> Link: https://lore.kernel.org/r/20250828-l9360_touch_keys-v1-1-1ce5a279c399@apitzsch.eu Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
6e71c58128
commit
6605a07f44
|
|
@ -190,6 +190,12 @@ rmi4-f12@12 {
|
|||
reg = <0x12>;
|
||||
syna,sensor-type = <1>;
|
||||
};
|
||||
|
||||
rmi4-f1a@1a {
|
||||
reg = <0x1a>;
|
||||
/* Keys listed from right to left */
|
||||
linux,keycodes = <KEY_APPSELECT KEY_HOMEPAGE KEY_BACK>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user