Skip to content

Commit f8ed8fd

Browse files
superna9999andersson
authored andcommitted
arm64: dts: qcom: pmi8950: add LAB-IBB nodes
Add the PMI8950 LAB-IBB regulator nodes, with the PMI8998 compatible as fallback. The LAB-IBB regulators are used as panels supplies on existing phones or tablets. Signed-off-by: Neil Armstrong <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/20241115-topic-sdm450-upstream-lab-ibb-v1-1-8a8e74befbfe@linaro.org Signed-off-by: Bjorn Andersson <[email protected]>
1 parent b6f4f8c commit f8ed8fd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

arch/arm64/boot/dts/qcom/pmi8950.dtsi

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,23 @@
8484
#address-cells = <1>;
8585
#size-cells = <0>;
8686

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+
interrupt-names = "sc-err", "ocp";
101+
};
102+
};
103+
87104
pmi8950_pwm: pwm {
88105
compatible = "qcom,pmi8950-pwm";
89106
#pwm-cells = <2>;

0 commit comments

Comments
 (0)