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

Commit 88008814 authored by Pratik Patel's avatar Pratik Patel
Browse files

ARM: dts: msm: correct cti l2 and cpu node addresses for 8084



Correct the base addresses for CoreSight CTI L2 and CPU nodes.

Change-Id: I0120735afac196668b496d041578d9a313f8f98b
Signed-off-by: default avatarPratik Patel <pratikp@codeaurora.org>
parent a53bcdfb
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -320,9 +320,9 @@
		coresight-nr-inports = <0>;
	};

	cti_l2: cti@fc340000 {
	cti_l2: cti@fc350000 {
		compatible = "arm,coresight-cti";
		reg = <0xfc340000 0x1000>;
		reg = <0xfc350000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <24>;
@@ -330,9 +330,9 @@
		coresight-nr-inports = <0>;
	};

	cti_cpu0: cti@fc341000 {
	cti_cpu0: cti@fc351000 {
		compatible = "arm,coresight-cti";
		reg = <0xfc341000 0x1000>;
		reg = <0xfc351000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <25>;
@@ -340,9 +340,9 @@
		coresight-nr-inports = <0>;
	};

	cti_cpu1: cti@fc342000 {
	cti_cpu1: cti@fc352000 {
		compatible = "arm,coresight-cti";
		reg = <0xfc342000 0x1000>;
		reg = <0xfc352000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <26>;
@@ -350,9 +350,9 @@
		coresight-nr-inports = <0>;
	};

	cti_cpu2: cti@fc343000 {
	cti_cpu2: cti@fc353000 {
		compatible = "arm,coresight-cti";
		reg = <0xfc343000 0x1000>;
		reg = <0xfc353000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <27>;
@@ -360,9 +360,9 @@
		coresight-nr-inports = <0>;
	};

	cti_cpu3: cti@fc344000 {
	cti_cpu3: cti@fc354000 {
		compatible = "arm,coresight-cti";
		reg = <0xfc344000 0x1000>;
		reg = <0xfc354000 0x1000>;
		reg-names = "cti-base";

		coresight-id = <28>;