Message ID | 20240724143230.3804-1-raymondhackley@protonmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | ccf683fa0c9b5c53534030ddc9dd8a8603f715a0 |
Headers | show |
Series | arm64: dts: qcom: msm8916-samsung-fortuna: Add touch keys | expand |
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
On Wed, 24 Jul 2024 14:32:51 +0000, Raymond Hackley wrote: > Touch keys feature on fortuna phones are provided by Zinitix touchscreen. > Add property linux,keycodes to enable touch keys. > > Applied, thanks! [1/1] arm64: dts: qcom: msm8916-samsung-fortuna: Add touch keys commit: ccf683fa0c9b5c53534030ddc9dd8a8603f715a0 Best regards,
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>; }; };
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(+)