Skip to content

Commit 9c6e72f

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: add missing cache properties
Add required cache-level and cache-unified properties to fix warnings like: qdu1000-idp.dtb: l3-cache: 'cache-unified' is a required property qdu1000-idp.dtb: l2-cache: 'cache-level' is a required property Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230416101134.95686-3-krzysztof.kozlowski@linaro.org
1 parent 0846570 commit 9c6e72f

28 files changed

+170
-0
lines changed

arch/arm64/boot/dts/qcom/ipq5332.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
L2_0: l2-cache {
7474
compatible = "cache";
7575
cache-level = <2>;
76+
cache-unified;
7677
};
7778
};
7879

arch/arm64/boot/dts/qcom/ipq6018.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
L2_0: l2-cache {
8585
compatible = "cache";
8686
cache-level = <2>;
87+
cache-unified;
8788
};
8889
};
8990

arch/arm64/boot/dts/qcom/ipq8074.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
L2_0: l2-cache {
6868
compatible = "cache";
6969
cache-level = <2>;
70+
cache-unified;
7071
};
7172
};
7273

arch/arm64/boot/dts/qcom/ipq9574.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
L2_0: l2-cache {
7373
compatible = "cache";
7474
cache-level = <2>;
75+
cache-unified;
7576
};
7677
};
7778

arch/arm64/boot/dts/qcom/msm8916.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
L2_0: l2-cache {
181181
compatible = "cache";
182182
cache-level = <2>;
183+
cache-unified;
183184
};
184185

185186
idle-states {

arch/arm64/boot/dts/qcom/msm8953.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,13 @@
153153
L2_0: l2-cache-0 {
154154
compatible = "cache";
155155
cache-level = <2>;
156+
cache-unified;
156157
};
157158

158159
L2_1: l2-cache-1 {
159160
compatible = "cache";
160161
cache-level = <2>;
162+
cache-unified;
161163
};
162164
};
163165

arch/arm64/boot/dts/qcom/msm8976.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,13 @@
193193
l2_0: l2-cache0 {
194194
compatible = "cache";
195195
cache-level = <2>;
196+
cache-unified;
196197
};
197198

198199
l2_1: l2-cache1 {
199200
compatible = "cache";
200201
cache-level = <2>;
202+
cache-unified;
201203
};
202204
};
203205

arch/arm64/boot/dts/qcom/msm8994.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
L2_0: l2-cache {
5353
compatible = "cache";
5454
cache-level = <2>;
55+
cache-unified;
5556
};
5657
};
5758

@@ -88,6 +89,7 @@
8889
L2_1: l2-cache {
8990
compatible = "cache";
9091
cache-level = <2>;
92+
cache-unified;
9193
};
9294
};
9395

arch/arm64/boot/dts/qcom/msm8996.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
L2_0: l2-cache {
5656
compatible = "cache";
5757
cache-level = <2>;
58+
cache-unified;
5859
};
5960
};
6061

@@ -85,6 +86,7 @@
8586
L2_1: l2-cache {
8687
compatible = "cache";
8788
cache-level = <2>;
89+
cache-unified;
8890
};
8991
};
9092

arch/arm64/boot/dts/qcom/msm8998.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
L2_0: l2-cache {
147147
compatible = "cache";
148148
cache-level = <2>;
149+
cache-unified;
149150
};
150151
};
151152

@@ -190,6 +191,7 @@
190191
L2_1: l2-cache {
191192
compatible = "cache";
192193
cache-level = <2>;
194+
cache-unified;
193195
};
194196
};
195197

0 commit comments

Comments
 (0)