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

Commit e5ca55aa authored by Nikhilesh Reddy's avatar Nikhilesh Reddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add RMTS and RFSA devices for 8992



Add shared memory devices for RemoteFS and RFSA
clients.

Change-Id: I7f709990610ec32999d00a81dafd70dafd3c35de
Signed-off-by: default avatarNikhilesh Reddy <reddyn@codeaurora.org>
parent dca34e2b
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -965,6 +965,36 @@
		status = "disabled";
	};

	qcom,rmtfs_sharedmem@00000000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x00000000 0x00180000>;
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
	};

	qcom,dsp_sharedmem@00000000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x00000000 0x00010000>;
		reg-names = "rfsa_dsp";
		qcom,client-id = <0x011013ec>;
		linux,contiguous-region = <&adsp_mem>;
	};

	qcom,mdm_sharedmem@00000000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x00000000 0x00010000>;
		reg-names = "rfsa_mdm";
		qcom,client-id = <0x011013ed>;
	};

	qcom,sensors_sharedmem@00000000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x00000000 0x00010000>;
		reg-names = "rfsa_sensor";
		qcom,client-id = <0x011013ee>;
		linux,contiguous-region = <&adsp_mem>;
	};

	qcom,venus@fdce0000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0xfdce0000 0x4000>;