From dde212b828f8830ee4425654787ee9e46051002a Mon Sep 17 00:00:00 2001 From: Shilpa Suresh Date: Thu, 25 Aug 2022 12:23:33 +0530 Subject: [PATCH] ARM: dts: msm: Correct the compatible string for pon node Correct the compatible node string used from pmk8350 to pm8941 to compare the key status register with the correct bit. This fixes the issue of two sets of events reported for a single press-release irq. Change-Id: I6c3daad7d1654a9914d2015efb996ffdf256e8d6 --- qcom/pm6125.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/pm6125.dtsi b/qcom/pm6125.dtsi index 6ee3408c..c1306da4 100644 --- a/qcom/pm6125.dtsi +++ b/qcom/pm6125.dtsi @@ -17,7 +17,7 @@ mode-bootloader = <0x2>; mode-recovery = <0x1>; pwrkey { - compatible = "qcom,pmk8350-pwrkey"; + compatible = "qcom,pm8941-pwrkey"; interrupts = <0x0 0x8 0x0 IRQ_TYPE_EDGE_BOTH>; debounce = <15625>; bias-pull-up; @@ -25,7 +25,7 @@ }; resin { - compatible = "qcom,pmk8350-resin"; + compatible = "qcom,pm8941-resin"; interrupts = <0x0 0x8 0x1 IRQ_TYPE_EDGE_BOTH>; debounce = <15625>; bias-pull-up;