diff options
author | Konrad Dybcio <[email protected]> | 2023-06-26 22:00:29 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-13 22:42:32 -0700 |
commit | e4322bb818bbcd36b441de9880fa4ac911a5eb51 (patch) | |
tree | ac6b20343765df51557e2b621664a1c1f9486c9e | |
parent | 8db94432690371b1736e9a2566a9b3d8a73d5a97 (diff) |
arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3
Add the missing property to fix the dt checker warning:
qcom/sc8180x-primus.dtb: l3-cache: 'cache-unified' is a required property
Fixes: 8575f197b077 ("arm64: dts: qcom: Introduce the SC8180x platform")
Signed-off-by: Konrad Dybcio <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc8180x.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi index a65dfd136ca9..b7397fa3261b 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi @@ -64,6 +64,7 @@ L3_0: l3-cache { compatible = "cache"; cache-level = <3>; + cache-unified; }; }; }; |