diff mbox series

arm64: dts: qcom: msm8916-samsung-fortuna: Add touch keys

Message ID 20240724143230.3804-1-raymondhackley@protonmail.com
State Accepted
Commit ccf683fa0c9b5c53534030ddc9dd8a8603f715a0
Headers show
Series arm64: dts: qcom: msm8916-samsung-fortuna: Add touch keys | expand

Commit Message

Raymond Hackley July 24, 2024, 2:32 p.m. UTC
Touch keys feature on fortuna phones are provided by Zinitix touchscreen.
Add property linux,keycodes to enable touch keys.

Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com>
---
 arch/arm64/boot/dts/qcom/msm8916-samsung-fortuna-common.dtsi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Konrad Dybcio July 24, 2024, 9:42 p.m. UTC | #1
On 24.07.2024 4:32 PM, Raymond Hackley wrote:
> Touch keys feature on fortuna phones are provided by Zinitix touchscreen.
> Add property linux,keycodes to enable touch keys.
> 
> Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com>
> ---

please bump the revision (v1 -> v2) when changing the commit
message and keep a link to the previous one & a changelog under
the --- line

in this instance, don't bother as it's a simple change and it
looks good now

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-fortuna-common.dtsi b/arch/arm64/boot/dts/qcom/msm8916-samsung-fortuna-common.dtsi
index 81b3e0760154f..7a7e99b015d9b 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-samsung-fortuna-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-fortuna-common.dtsi
@@ -262,6 +262,8 @@  touchscreen: touchscreen@20 {
 
 		pinctrl-0 = <&tsp_int_default>;
 		pinctrl-names = "default";
+
+		linux,keycodes = <KEY_APPSELECT KEY_BACK>;
 	};
 };