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

Commit 2fa63c93 authored by Tingwei Zhang's avatar Tingwei Zhang Committed by Gerrit - the friendly Code Review server
Browse files

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



Add default probe time DCC Configuration for kona.
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: I657c699e01d3d8f0d945d43423b9308027168c86
Signed-off-by: default avatarTingwei Zhang <tingwei@codeaurora.org>
parent b299705f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <dt-bindings/soc/qcom,ipcc.h>
#include <dt-bindings/soc/qcom,rpmh-rsc.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/soc/qcom,dcc_v2.h>

#include "kona-regulators.dtsi"

@@ -650,6 +651,15 @@
		reg-names = "pshold-base", "tcsr-boot-misc-detect";
	};

	dcc: dcc_v2@1023000 {
		compatible = "qcom,dcc-v2";
		reg = <0x1023000 0x1000>,
		      <0x103a000 0x6000>;
		reg-names = "dcc-base", "dcc-ram-base";

		dcc-ram-offset = <0x1a000>;
	};

	mdm0: qcom,mdm0 {
		compatible = "qcom,ext-sdx55m";
		cell-index = <0>;