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

Commit 9e8f8720 authored by Karthik Parsha's avatar Karthik Parsha
Browse files

ARM: dts: msm: Add RPM communication support to Plutonium.



Enable RPM communication support to control shared resources.
Also enable RPM Stats and RPM log support.

Change-Id: I6f55aaeab85b7b8045c75583508ab54909266b96
Signed-off-by: default avatarKarthik Parsha <kparsha@codeaurora.org>
parent 89e1a728
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -263,6 +263,31 @@
		qcom,ipi-ping;
	};

	rpm_bus: qcom,rpm-smd {
		compatible = "qcom,rpm-smd";
		rpm-channel-name = "rpm_requests";
		rpm-channel-type = <15>; /* SMD_APPS_RPM */
		rpm-standalone; /* TODO: remove this after bring up */
	};

	qcom,rpm-log@fc19dc00 {
		compatible = "qcom,rpm-log";
		reg = <0xfc19dc00 0x4000>;
		qcom,rpm-addr-phys = <0xfc000000>;
		qcom,offset-version = <4>;
		qcom,offset-page-buffer-addr = <36>;
		qcom,offset-log-len = <40>;
		qcom,offset-log-len-mask = <44>;
		qcom,offset-page-indices = <56>;
	};

	qcom,rpm-stats@fc19dba0 {
		compatible = "qcom,rpm-stats";
		reg = <0xfc19dba0 0x1000>;
		reg-names = "phys_addr_base";
		qcom,sleep-stats-version = <2>;
	};

	sdhc_1: sdhci@f9824900 {
		compatible = "qcom,sdhci-msm";
		reg = <0xf9824900 0x1a0>, <0xf9824000 0x800>;