mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
diwali-pmic-overlay: Add bark pwrkeys
Change-Id: I943f4d86ada2be20fb0d2036a044286a398af2a8 Signed-off-by: Jens Reidel <adrian@travitia.xyz>
This commit is contained in:
@@ -49,6 +49,18 @@
|
||||
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