We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cf1cc commit de57328Copy full SHA for de57328
arch/arm/boot/dts/qcom/qcom-pm8941.dtsi
@@ -50,12 +50,24 @@
50
interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
51
};
52
53
- pwrkey@800 {
54
- compatible = "qcom,pm8941-pwrkey";
+ pon@800 {
+ compatible = "qcom,pm8941-pon";
55
reg = <0x800>;
56
- interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;
57
- debounce = <15625>;
58
- bias-pull-up;
+
+ pwrkey {
+ compatible = "qcom,pm8941-pwrkey";
59
+ interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;
60
+ debounce = <15625>;
61
+ bias-pull-up;
62
+ };
63
64
+ pm8941_resin: resin {
65
+ compatible = "qcom,pm8941-resin";
66
+ interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>;
67
68
69
+ status = "disabled";
70
71
72
73
usb_id: usb-detect@900 {
0 commit comments