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

Commit 260bd395 authored by Satyajit Desai's avatar Satyajit Desai
Browse files

ARM: dts: msm: Add DCC V2 device tree entry for sdm845



Add device tree entry for DCC V2 on sdm845. DCC (Data Capture
and Compare) is a DMA engine which is used to save configuration
data or system memory contents during catastrophic failure or
SW trigger.

Change-Id: Idc39b7d1e80a2b6325c51132b969e8c78b81f4bb
Signed-off-by: default avatarSatyajit Desai <sadesai@codeaurora.org>
parent 765e7efc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1560,6 +1560,13 @@
		compatible = "qcom,cmd-db";
		reg = <0x861e0000 0x4000>;
	};

	dcc: dcc_v2@10a2000 {
		compatible = "qcom,dcc_v2";
		reg = <0x10a2000 0x1000>,
		      <0x10ae000 0x2000>;
		reg-names = "dcc-base", "dcc-ram-base";
	};
};

&pcie_0_gdsc {