mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
cape-pmic-overlay: Add pwrkey bark
Change-Id: Ib521b7c5fc1b83d1c679e2d74fe5edee6964f4b4
This commit is contained in:
@@ -30,6 +30,17 @@
|
||||
interrupts = <0x0 0x13 0x6 IRQ_TYPE_EDGE_BOTH>;
|
||||
linux,code = <KEY_VOLUMEDOWN>;
|
||||
};
|
||||
|
||||
pwrkey-bark {
|
||||
compatible = "qcom,pmk8350-pwrkey-bark";
|
||||
interrupts = <0x0 0x13 0x0 IRQ_TYPE_EDGE_BOTH>;
|
||||
linux,code = <KEY_POWER>;
|
||||
};
|
||||
pwrkey-resin-bark {
|
||||
compatible = "qcom,pmk8350-pwrkey-resin-bark";
|
||||
interrupts = <0x0 0x13 0x2 IRQ_TYPE_EDGE_BOTH>;
|
||||
linux,code = <KEY_POWER>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user