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

Commit 793f20b0 authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: msm: Restore coresight-cti modem device for mdmcalifornium



This reverts commit f15a213b ("ARM: dts: msm: Remove coresight-cti
modem device for mdmcalifornium")
Correct the register address.

Change-Id: I28994ae8d2dc393c4dda63f8acfc520b94024cb1
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent b6a638f8
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -400,6 +400,20 @@
		clock-names = "core_clk", "core_a_clk";
	};

	cti_modem_cpu0: cti@8390000 {
		compatible = "arm,coresight-cti";
		reg = <0x839000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <25>;
		coresight-name = "coresight-cti-modem-cpu0";
		coresight-nr-inports = <0>;

		clocks = <&clock_gcc clk_qdss_clk>,
			 <&clock_gcc clk_qdss_a_clk>;
		clock-names = "core_clk", "core_a_clk";
	};

	cti_pmu_cpu0: cti@841000 {
		compatible = "arm,coresight-cti";
		reg = <0x841000 0x1000>;