Commit 08465709 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: use decimal for cache level

parent f34fbb71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@

		L2_0: l2-cache {
			compatible = "cache";
			cache-level = <0x2>;
			cache-level = <2>;
		};
	};

+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@

		L2_0: l2-cache {
			compatible = "cache";
			cache-level = <0x2>;
			cache-level = <2>;
		};
	};