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

Commit 6b278d8a authored by Venkat Gopalakrishnan's avatar Venkat Gopalakrishnan
Browse files

ARM: dts: msm: Add sharedmem devices for RFSA



Add dsp and mdm sharedmem devices to expose the shared memory address
for RFSA.

Change-Id: I8ba5f7a8c6325e03a96ab154b143899499918a97
Signed-off-by: default avatarVenkat Gopalakrishnan <venkatg@codeaurora.org>
parent 08a9c39e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -336,6 +336,18 @@
		vdd-supply = <&gdsc_vpu>;
	};

	qcom,dsp_sharedmem@fd80000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x0fd80000 0x00020000>;
		reg-names = "rfsa_dsp";
	};

	qcom,mdm_sharedmem@fda0000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x0fda0000 0x00020000>;
		reg-names = "rfsa_mdm";
	};

	sdcc1: qcom,sdcc@f9824000 {
		cell-index = <1>; /* SDC1 eMMC slot */
		compatible = "qcom,msm-sdcc";