[PATCH 4/4] arm64: dts: qcom: pm8350c: Enable Qualcomm BCL device

From: Manaf Meethalavalappu Pallikunhi

Date: Thu Feb 05 2026 - 16:17:15 EST


Enable Qualcomm BCL hardware devicetree binding configuration
for pm8350c.

Signed-off-by: Manaf Meethalavalappu Pallikunhi <manaf.pallikunhi@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/pm8350c.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/pm8350c.dtsi b/arch/arm64/boot/dts/qcom/pm8350c.dtsi
index 1a24e6439e36..151a02d325c1 100644
--- a/arch/arm64/boot/dts/qcom/pm8350c.dtsi
+++ b/arch/arm64/boot/dts/qcom/pm8350c.dtsi
@@ -41,6 +41,15 @@ pm8350c_pwm: pwm {
#pwm-cells = <2>;
status = "disabled";
};
+
+ bcl@4700 {
+ compatible = "qcom,pm8350c-bcl", "qcom,bcl-v2";
+ reg = <0x4700>;
+ interrupts = <0x2 0x47 0x0 IRQ_TYPE_EDGE_RISING>,
+ <0x2 0x47 0x1 IRQ_TYPE_EDGE_RISING>;
+ interrupt-names = "bcl-max-min",
+ "bcl-critical";
+ };
};
};


--
2.43.0