Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10bd467f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Update the size for system cache dump"

parents cc3f7b7e 463eb3be
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -2246,7 +2246,6 @@
			compatible = "qcom,sdm845-llcc";
			#cache-cells = <1>;
			max-slices = <32>;
			qcom,dump-size = <0x3c0000>;
		};

		qcom,llcc-erp {
@@ -2260,19 +2259,19 @@
		};

		LLCC_1: llcc_1_dcache {
			qcom,dump-size = <0xd8000>;
			qcom,dump-size = <0x114100>;
		};

		LLCC_2: llcc_2_dcache {
			qcom,dump-size = <0xd8000>;
			qcom,dump-size = <0x114100>;
		};

		LLCC_3: llcc_3_dcache {
			qcom,dump-size = <0xd8000>;
			qcom,dump-size = <0x114100>;
		};

		LLCC_4: llcc_4_dcache {
			qcom,dump-size = <0xd8000>;
			qcom,dump-size = <0x114100>;
		};
	};