Re: [PATCH 3/4] arm64: dts: qcom: pm7250b: Enable Qualcomm BCL device
From: Konrad Dybcio
Date: Fri Feb 06 2026 - 04:17:08 EST
On 2/5/26 10:14 PM, Manaf Meethalavalappu Pallikunhi wrote:
> Enable Qualcomm BCL hardware devicetree binding configuration
> for pm7250b.
>
> Signed-off-by: Manaf Meethalavalappu Pallikunhi <manaf.pallikunhi@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/pm7250b.dtsi | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/pm7250b.dtsi b/arch/arm64/boot/dts/qcom/pm7250b.dtsi
> index 0761e6b5fd8d..69ad76831cde 100644
> --- a/arch/arm64/boot/dts/qcom/pm7250b.dtsi
> +++ b/arch/arm64/boot/dts/qcom/pm7250b.dtsi
> @@ -202,6 +202,16 @@ pm7250b_gpios: gpio@c000 {
> interrupt-controller;
> #interrupt-cells = <2>;
> };
> +
> + bcl@1d00 {
This should be higher up (the node above is 0xc000, this one is 0x1d00)
Konrad