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

Commit 2ccfe717 authored by Sahitya Tummala's avatar Sahitya Tummala
Browse files

ARM: dts: msm: update rmtfs shared memory address for SDM660/630



Use reserved memory as shared memory between apps and modem for
writing modem data using rmt_storage service on apps.

Change-Id: I0e5bc8b1e3dbe2f8d49686894667b4a6ee1a3529
Signed-off-by: default avatarSahitya Tummala <stummala@codeaurora.org>
parent db478ca2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1280,9 +1280,9 @@
		};
	};

	qcom,rmtfs_sharedmem@0 {
	qcom,rmtfs_sharedmem@85e00000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x0 0x200000>;
		reg = <0x85e00000 0x200000>;
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
	};
+2 −2
Original line number Diff line number Diff line
@@ -1503,9 +1503,9 @@
		};
	};

	qcom,rmtfs_sharedmem@0 {
	qcom,rmtfs_sharedmem@85e00000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x0 0x200000>;
		reg = <0x85e00000 0x200000>;
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
	};