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

Commit 0bc2e2b5 authored by Srinivas Ramana's avatar Srinivas Ramana Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add llcc cache dump support for sm6150



sm6150 supports a single instance Last level cache controller
with 256KB system cache. Add dump size to allocate buffers
for llcc cache dumps.

Change-Id: I86adc793df960667f623a5e8853e5b2b824b9ec3
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent 0b3ec9bc
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1105,6 +1105,11 @@
			qcom,dump-node = <&L2_TLB_700>;
			qcom,dump-id = <0x127>;
		};

		qcom,llcc1_d_cache {
			qcom,dump-node = <&LLCC_1>;
			qcom,dump-id = <0x140>;
		};
	};

	apps_rsc: mailbox@18220000 {
@@ -1179,6 +1184,10 @@
		qcom,llcc-amon {
			compatible = "qcom,llcc-amon";
		};

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

	sdhc_1: sdhci@7c4000 {