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

Commit a747212d authored by Tirupathi Reddy's avatar Tirupathi Reddy Committed by Kishan Kumar
Browse files

ARM: dts: msm: add device binding for rpm-smd channel



add device bindings for smd channel between apps and rpm.
Add standalone property to make master and RPM communication DUMMY.

Change-Id: I09f2dae6156ef35cc397c7655a2e409e72ea4df7
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent ff447714
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -500,6 +500,13 @@
		};
	};

	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,bam_dmux@4044000 {
		compatible = "qcom,bam_dmux";
		reg = <0x4044000 0x19000>;