projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
328acc5
)
arm64: dts: arm: add missing cache properties
author
Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org>
Fri, 21 Apr 2023 22:32:12 +0000
(
00:32
+0200)
committer
Sudeep Holla
<sudeep.holla@arm.com>
Mon, 8 May 2023 19:40:36 +0000
(20:40 +0100)
As all level 2 and level 3 caches are unified, add required
cache-unified properties to fix warnings like:
foundation-v8.dtb: l2-cache0: 'cache-unified' is a required property
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link:
https://lore.kernel.org/r/20230421223213.115639-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/boot/dts/arm/foundation-v8.dtsi
patch
|
blob
|
history
arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts
patch
|
blob
|
history
arch/arm64/boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/arm/foundation-v8.dtsi
b/arch/arm64/boot/dts/arm/foundation-v8.dtsi
index 029578072d8fb495ce64cc86ee59e0dc3c36ab08..7b41537731a6aec17fee92655a52ab132aaefd36 100644
(file)
--- a/
arch/arm64/boot/dts/arm/foundation-v8.dtsi
+++ b/
arch/arm64/boot/dts/arm/foundation-v8.dtsi
@@
-59,6
+59,7
@@
L2_0: l2-cache0 {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
};
diff --git
a/arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts
b/arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts
index ef68f5aae7ddf7b7ac1d886ca30de613d08aebd7..afdf954206f1d1a895b6c0106b0b7afd7d9053b8 100644
(file)
--- a/
arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts
+++ b/
arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts
@@
-72,6
+72,7
@@
L2_0: l2-cache0 {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
};
diff --git
a/arch/arm64/boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts
b/arch/arm64/boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts
index 796cd7d02eb55ac954a7d828000c706651250130..7bdeb965f0a964f3dd77d9c6d39717b4b9b00201 100644
(file)
--- a/
arch/arm64/boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts
+++ b/
arch/arm64/boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts
@@
-58,6
+58,7
@@
L2_0: l2-cache0 {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
};