Unverified Commit d14b555c authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'juno-fixes-6.4' of...

Merge tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

Arm FVP/Vexpress fixes for v6.4

Couple of fixes to address the missing required 'cache-unified' property
in the level 2 and 3 caches on some of the FVP/vexpress platforms.

* tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  arm64: dts: arm: add missing cache properties
  ARM: dts: vexpress: add missing cache properties

Link: https://lore.kernel.org/r/20230509143508.1188786-1-sudeep.holla@arm.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 9bafc2bb 55b37d9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ L2: cache-controller@2c0f0000 {
		reg = <0x2c0f0000 0x1000>;
		interrupts = <0 84 4>;
		cache-level = <2>;
		cache-unified;
	};

	pmu {
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ cpu3: cpu@3 {
		L2_0: l2-cache0 {
			compatible = "cache";
			cache-level = <2>;
			cache-unified;
		};
	};

+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ cpu@3 {
		L2_0: l2-cache0 {
			compatible = "cache";
			cache-level = <2>;
			cache-unified;
		};
	};

+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ cpu@1 {
		L2_0: l2-cache0 {
			compatible = "cache";
			cache-level = <2>;
			cache-unified;
		};
	};