Commit 49f65e2e authored by Pierre Gondois's avatar Pierre Gondois Committed by Neil Armstrong
Browse files

arm64: dts: Update cache properties for amlogic



The DeviceTree Specification v0.3 specifies that the cache node
'compatible' and 'cache-level' properties are 'required'. Cf.
s3.8 Multi-level and Shared Cache Nodes
The 'cache-unified' property should be present if one of the
properties for unified cache is present ('cache-size', ...).

Update the Device Trees accordingly.

Signed-off-by: default avatarPierre Gondois <pierre.gondois@arm.com>
Reviewed-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20221107155825.1644604-4-pierre.gondois@arm.com


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 2c5240a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@

		l2: l2-cache0 {
			compatible = "cache";
			cache-level = <2>;
		};
	};

+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@

		l2: l2-cache0 {
			compatible = "cache";
			cache-level = <2>;
		};
	};

+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@

		l2: l2-cache0 {
			compatible = "cache";
			cache-level = <2>;
		};
	};

+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@

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

		l2: l2-cache0 {
			compatible = "cache";
			cache-level = <2>;
		};
	};

Loading