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

Commit 1b046bf6 authored by Santosh Mardi's avatar Santosh Mardi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update PMU cache and log buffer addresses for holi target

Locations of PMU cache and log buffer are changed on RIMPS side.
Update them accordingly for driver.

Change-Id: If396306e148ff670eb10c9849f3f367742d42fe7
parent b7838e4e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1444,7 +1444,7 @@
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;
		reg = <0x0fd04980 0x300>;
		reg = <0xfd04580 0x280>;
		reg-names = "pmu-base";

		cpu0_rimps_l3_latmon: qcom,cpu0-rimps-l3-latmon {
@@ -1470,7 +1470,7 @@
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;
		reg = <0x0fd04980 0x300>;
		reg = <0xfd04580 0x280>;
		reg-names = "pmu-base";

		cpu6_rimps_l3_latmon: qcom,cpu6-rimps-l3-latmon {
@@ -1513,8 +1513,8 @@

	rimps_log: qcom,rimps_log@fd04780 {
		compatible = "qcom,rimps-log";
		reg = <0x0fd04580 0x200>,
				<0x0fd04780 0x200>;
		reg = <0x0fd04800 0x200>,
				<0x0fd04A00 0x200>;
		mboxes = <&rimps 1>;
	};