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 b6f4f8c commit f8ed8fdCopy full SHA for f8ed8fd
arch/arm64/boot/dts/qcom/pmi8950.dtsi
@@ -84,6 +84,23 @@
84
#address-cells = <1>;
85
#size-cells = <0>;
86
87
+ labibb {
88
+ compatible = "qcom,pmi8950-lab-ibb",
89
+ "qcom,pmi8998-lab-ibb";
90
+
91
+ ibb: ibb {
92
+ interrupts = <0x3 0xdc 0x2 IRQ_TYPE_EDGE_RISING>,
93
+ <0x3 0xdc 0x0 IRQ_TYPE_LEVEL_LOW>;
94
+ interrupt-names = "sc-err", "ocp";
95
+ };
96
97
+ lab: lab {
98
+ interrupts = <0x3 0xde 0x1 IRQ_TYPE_EDGE_RISING>,
99
+ <0x3 0xde 0x0 IRQ_TYPE_LEVEL_LOW>;
100
101
102
103
104
pmi8950_pwm: pwm {
105
compatible = "qcom,pmi8950-pwm";
106
#pwm-cells = <2>;
0 commit comments