[PATCH v2] arm64: dts: qcom: lemans-evk: Add resin key code for PMM8654AU

Rakesh Kota posted 1 patch 3 months, 3 weeks ago
arch/arm64/boot/dts/qcom/lemans-evk.dts | 5 +++++
1 file changed, 5 insertions(+)
[PATCH v2] arm64: dts: qcom: lemans-evk: Add resin key code for PMM8654AU
Posted by Rakesh Kota 3 months, 3 weeks ago
Update the PMM8654AU resin input code to KEY_VOLUMEDOWN
and enable it.

Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com>
---
Changes in v2:
- I have dropped the RTC change. I will be posting it as an independent
  change, as suggested by Dmitry Baryshkov.
- Link to v1: https://lore.kernel.org/r/20251013-add_pon_resin-v1-1-62c1be897906@oss.qualcomm.com
---
 arch/arm64/boot/dts/qcom/lemans-evk.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/lemans-evk.dts b/arch/arm64/boot/dts/qcom/lemans-evk.dts
index c7dc9b8f445787a87ba4869bb426f70f14c1dc9f..0df105755c328706475cc1974fc45557d0a7bff5 100644
--- a/arch/arm64/boot/dts/qcom/lemans-evk.dts
+++ b/arch/arm64/boot/dts/qcom/lemans-evk.dts
@@ -587,6 +587,11 @@ &pcie1_phy {
 	status = "okay";
 };
 
+&pmm8654au_0_pon_resin {
+	linux,code = <KEY_VOLUMEDOWN>;
+	status = "okay";
+};
+
 &qupv3_id_0 {
 	status = "okay";
 };

---
base-commit: 52ba76324a9d7c39830c850999210a36ef023cde
change-id: 20251013-add_pon_resin-52f54018c35c

Best regards,
-- 
Rakesh Kota <rakesh.kota@oss.qualcomm.com>
Re: [PATCH v2] arm64: dts: qcom: lemans-evk: Add resin key code for PMM8654AU
Posted by Bjorn Andersson 3 months, 2 weeks ago
On Wed, 15 Oct 2025 18:04:55 +0530, Rakesh Kota wrote:
> Update the PMM8654AU resin input code to KEY_VOLUMEDOWN
> and enable it.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: lemans-evk: Add resin key code for PMM8654AU
      commit: bc303efddf8b2b781d7c002a31bb89bc6579df2c

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>