[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b0dba354-b3f0-0878-a92f-7b100a9d2137@quicinc.com>
Date: Tue, 7 Nov 2023 14:22:36 +0530
From: Mukesh Ojha <quic_mojha@...cinc.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
<linux-arm-msm@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] arm64: dts: qcom: qdu1000-idp: drop unused LLCC
multi-ch-bit-off
On 11/7/2023 1:34 PM, Krzysztof Kozlowski wrote:
> There is no "multi-ch-bit-off" property in LLCC, according to bindings
> and Linux driver:
>
> qdu1000-idp.dtb: system-cache-controller@...00000: 'multi-ch-bit-off' does not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> ---
> arch/arm64/boot/dts/qcom/qdu1000.dtsi | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/qdu1000.dtsi b/arch/arm64/boot/dts/qcom/qdu1000.dtsi
> index 618a101eb53a..89eff977d40e 100644
> --- a/arch/arm64/boot/dts/qcom/qdu1000.dtsi
> +++ b/arch/arm64/boot/dts/qcom/qdu1000.dtsi
> @@ -1450,7 +1450,6 @@ system-cache-controller@...00000 {
> reg-names = "llcc0_base",
> "llcc_broadcast_base";
> interrupts = <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>;
> - multi-ch-bit-off = <24 2>;
We should instead mention below nvmem cell property and add sec-qfprom
node for qdu1000 with multi-chan-ddr bits information, similar to the
example given here.
https://lore.kernel.org/lkml/20230801064025.17381-2-quic_kbajaj@quicinc.com/
nvmem-cells = <&multi-chan-ddr>;
nvmem-cell-names = "multi-chan-ddr";
Let me know if you are going to send this.
Acked-by: Mukesh Ojha <quic_mojha@...cinc.com>
-Mukesh
> };
> };
>
Powered by blists - more mailing lists