Re: [PATCH 1/4] dt-bindings: hwmon: Add qcom,bcl-hwmon yaml bindings
From: Manaf Meethalavalappu Pallikunhi
Date: Fri Feb 13 2026 - 01:05:34 EST
Hi Konrad,
On 2/6/2026 2:38 PM, Konrad Dybcio wrote:
On 2/5/26 10:14 PM, Manaf Meethalavalappu Pallikunhi wrote:
Add devicetree binding documentation for Qualcomm PMIC Battery Current[...]
Limiting (BCL) hardware monitor. The BCL hardware provides monitoring
and alarm functionality for battery overcurrent and battery/system
under voltage conditions.
Signed-off-by: Manaf Meethalavalappu Pallikunhi <manaf.pallikunhi@xxxxxxxxxxxxxxxx>
---
+properties:I see that e.g. PMI8998 has a BCL block, would that also be 'v1',
+ compatible:
+ oneOf:
+ - description: v1 based BCL
+ items:
+ - enum:
+ - qcom,pm7250b-bcl
+ - qcom,pm8250b-bcl
+ - const: qcom,bcl-v1
or something else?
I added support for pmic 5 bcl design from v1 to v4 in this series. PMI8998 is older pmic design(pmic 4). As of now, we don't have any requirement to enable it
Thanks,
Manaf
Konrad