Skip to content

Commit f936a52

Browse files
quic-manafmdmantre
authored andcommitted
FROMLIST: arm64: dts: qcom: pm8350c: Enable Qualcomm BCL device
Enable Qualcomm BCL hardware devicetree binding configuration for pm8350c. Signed-off-by: Manaf Meethalavalappu Pallikunhi <manaf.pallikunhi@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260206-qcom-bcl-hwmon-v1-4-7b426f0b77a1@oss.qualcomm.com
1 parent e02e7a0 commit f936a52

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@
4141
#pwm-cells = <2>;
4242
status = "disabled";
4343
};
44+
45+
sensor@4700 {
46+
compatible = "qcom,pm8350c-bcl", "qcom,bcl-v2";
47+
reg = <0x4700>;
48+
interrupts = <0x2 0x47 0x0 IRQ_TYPE_EDGE_RISING>,
49+
<0x2 0x47 0x1 IRQ_TYPE_EDGE_RISING>;
50+
interrupt-names = "bcl-max-min",
51+
"bcl-critical";
52+
};
4453
};
4554
};
4655

0 commit comments

Comments
 (0)