Skip to content

Commit 1c278f8

Browse files
committed
Merge tag 'qcom-dts-fixes-for-6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Qualcomm ARM32 fix for 6.4 A range of 32-bit Qualcomm platforms are missing cache-unified, which is now required by the binding, this is now corrected. * tag 'qcom-dts-fixes-for-6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: ARM: dts: qcom: add missing cache properties Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 7877cb9 + 925a80a commit 1c278f8

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

arch/arm/boot/dts/qcom-apq8064.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
L2: l2-cache {
8484
compatible = "cache";
8585
cache-level = <2>;
86+
cache-unified;
8687
};
8788

8889
idle-states {

arch/arm/boot/dts/qcom-apq8084.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
L2: l2-cache {
7575
compatible = "cache";
7676
cache-level = <2>;
77+
cache-unified;
7778
qcom,saw = <&saw_l2>;
7879
};
7980

arch/arm/boot/dts/qcom-ipq4019.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
L2: l2-cache {
103103
compatible = "cache";
104104
cache-level = <2>;
105+
cache-unified;
105106
qcom,saw = <&saw_l2>;
106107
};
107108
};

arch/arm/boot/dts/qcom-ipq8064.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
L2: l2-cache {
4646
compatible = "cache";
4747
cache-level = <2>;
48+
cache-unified;
4849
};
4950
};
5051

arch/arm/boot/dts/qcom-msm8660.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
L2: l2-cache {
3737
compatible = "cache";
3838
cache-level = <2>;
39+
cache-unified;
3940
};
4041
};
4142

arch/arm/boot/dts/qcom-msm8960.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
L2: l2-cache {
4343
compatible = "cache";
4444
cache-level = <2>;
45+
cache-unified;
4546
};
4647
};
4748

arch/arm/boot/dts/qcom-msm8974.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
L2: l2-cache {
8181
compatible = "cache";
8282
cache-level = <2>;
83+
cache-unified;
8384
qcom,saw = <&saw_l2>;
8485
};
8586

0 commit comments

Comments
 (0)