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

Merge tag 's32g2-dt-6.5' of https://github.com/chesterlintw/linux-s32g into soc/dt

DT changes for v6.5:
- Add missing cache properties for s32g2 and s32v234.

* tag 's32g2-dt-6.5' of https://github.com/chesterlintw/linux-s32g:
  arm64: dts: s32: add missing cache properties

Link: https://lore.kernel.org/r/ZHC8PO8lDjTae7nV@linux-8mug


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 1bf42cfe e2b96ceb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,11 +53,13 @@ cpu3: cpu@101 {
		cluster0_l2: l2-cache0 {
			compatible = "cache";
			cache-level = <2>;
			cache-unified;
		};

		cluster1_l2: l2-cache1 {
			compatible = "cache";
			cache-level = <2>;
			cache-unified;
		};
	};

+2 −0
Original line number Diff line number Diff line
@@ -62,11 +62,13 @@ cpu3: cpu@101 {
		cluster0_l2_cache: l2-cache0 {
			compatible = "cache";
			cache-level = <2>;
			cache-unified;
		};

		cluster1_l2_cache: l2-cache1 {
			compatible = "cache";
			cache-level = <2>;
			cache-unified;
		};
	};