Skip to content

Commit e02e7a0

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,16 @@
202202
interrupt-controller;
203203
#interrupt-cells = <2>;
204204
};
205+
206+
sensor@1d00 {
207+
compatible = "qcom,pm7250b-bcl", "qcom,bcl-v1";
208+
reg = <0x1d00>;
209+
interrupts = <PM7250B_SID 0x1d 0x0 IRQ_TYPE_EDGE_RISING>,
210+
<PM7250B_SID 0x1d 0x1 IRQ_TYPE_EDGE_RISING>;
211+
interrupt-names = "bcl-max-min",
212+
"bcl-critical";
213+
overcurrent-thresholds-milliamp = <5500 6000>;
214+
};
205215
};
206216

207217
pmic@PM7250B_SID1 {

0 commit comments

Comments
 (0)