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

Commit 463eb3be authored by Channagoud Kadabi's avatar Channagoud Kadabi
Browse files

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



Increase the size required to dump all the sets and ways information.

Change-Id: I4b6749b0054d0b2b0b01bdde61dd6814a530b88e
Signed-off-by: default avatarChannagoud Kadabi <ckadabi@codeaurora.org>
parent 4d9a308b
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -2239,7 +2239,6 @@
			compatible = "qcom,sdm845-llcc";
			#cache-cells = <1>;
			max-slices = <32>;
			qcom,dump-size = <0x3c0000>;
		};

		qcom,llcc-erp {
@@ -2253,19 +2252,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>;
		};
	};