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

Commit e07d80e2 authored by Mukesh Ojha's avatar Mukesh Ojha
Browse files

ARM: dts: msm: Add coresight device tree support for msm8953



Add coresight dt-entries to support debug feature on msm8953.

Change-Id: I1874b71c7320aa831351ead96b81f54a0ffd0115
Signed-off-by: default avatarMukesh Ojha <mojha@codeaurora.org>
parent 373476f5
Loading
Loading
Loading
Loading
+1240 −0

File added.

Preview size limit exceeded, changes collapsed.

+12 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@
#include "msm8953-cpu.dtsi"
#include "msm8953-pm.dtsi"
#include "msm8953-bus.dtsi"

#include "msm8953-coresight.dtsi"

&soc {
	#address-cells = <1>;
@@ -137,6 +137,17 @@
	ranges = <0 0 0 0xffffffff>;
	compatible = "simple-bus";

	dcc: dcc@b3000 {
		compatible = "qcom,dcc";
		reg = <0xb3000 0x1000>,
		      <0xb4000 0x800>;
		reg-names = "dcc-base", "dcc-ram-base";

		clocks = <&clock_gcc clk_gcc_dcc_clk>;
		clock-names = "apb_pclk";
		qcom,save-reg;
	};

	apc_apm: apm@b111000 {
		compatible = "qcom,msm8953-apm";
		reg = <0xb111000 0x1000>;