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:
André Apitzsch 2025-08-28 22:25:50 +02:00 committed by Bjorn Andersson
parent 6e71c58128
commit 6605a07f44

View File

@ -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>;
};
};
};