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
This commit is contained in:
Shilpa Suresh
2022-08-25 12:23:33 +05:30
parent 62e7c19437
commit dde212b828

View File

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