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

Commit 73c31ee0 authored by Nikhilesh Reddy's avatar Nikhilesh Reddy
Browse files

ARM: dts: msm: Update the addresses for RemoteFS and RFSA for MSM8994



Update the addresses for RemoteFS and RFSA clients with the new buffer
address and sizes from the new memory map.

Change-Id: I600ca59eb0c5d32908d128879d96134274ad03ed
Signed-off-by: default avatarNikhilesh Reddy <reddyn@codeaurora.org>
parent e7c6d026
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -647,23 +647,23 @@
		clock-names = "iface_clk";
        };

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

	qcom,dsp_sharedmem@00000000 {
	qcom,dsp_sharedmem@06e60000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x00000000 0x00020000>;
		reg = <0x06e60000 0x00010000>;
		reg-names = "rfsa_dsp";
		qcom,client-id = <0x011013ec>;
	};

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