2023-06-27 16:43:35

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH 03/11] arm64: dts: qcom: msm8939: Add missing 'cache-unified' to L2

Add the missing property to fix the dt checker warning:

qcom/apq8039-t2.dtb: l2-cache: 'cache-unified' is a required property

Fixes: 61550c6c156c ("arm64: dts: qcom: Add msm8939 SoC")
Signed-off-by: Konrad Dybcio <[email protected]>
---
arch/arm64/boot/dts/qcom/msm8939.dtsi | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8939.dtsi b/arch/arm64/boot/dts/qcom/msm8939.dtsi
index 38fc22e66bda..664ae303afae 100644
--- a/arch/arm64/boot/dts/qcom/msm8939.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8939.dtsi
@@ -55,6 +55,7 @@ CPU0: cpu@100 {
L2_1: l2-cache {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
};

@@ -111,6 +112,7 @@ CPU4: cpu@0 {
L2_0: l2-cache {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
};


--
2.41.0



2023-06-27 17:36:33

by Bryan O'Donoghue

[permalink] [raw]
Subject: Re: [PATCH 03/11] arm64: dts: qcom: msm8939: Add missing 'cache-unified' to L2

On 27/06/2023 17:24, Konrad Dybcio wrote:
> Add the missing property to fix the dt checker warning:
>
> qcom/apq8039-t2.dtb: l2-cache: 'cache-unified' is a required property
>
> Fixes: 61550c6c156c ("arm64: dts: qcom: Add msm8939 SoC")
> Signed-off-by: Konrad Dybcio <[email protected]>

Reviewed-by: Bryan O'Donoghue <[email protected]>


2023-07-01 08:07:58

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 03/11] arm64: dts: qcom: msm8939: Add missing 'cache-unified' to L2

On 27/06/2023 18:24, Konrad Dybcio wrote:
> Add the missing property to fix the dt checker warning:
>
> qcom/apq8039-t2.dtb: l2-cache: 'cache-unified' is a required property
>
> Fixes: 61550c6c156c ("arm64: dts: qcom: Add msm8939 SoC")
> Signed-off-by: Konrad Dybcio <[email protected]>
> ---
> arch/arm64/boot/dts/qcom/msm8939.dtsi | 2 ++


Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof