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

Commit 61446120 authored by Pratibhasagar V's avatar Pratibhasagar V
Browse files

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



With the updated memory map, update the addresses for RemoteFS
and RFSA clients.

Change-Id: Ic7c5a56cdf3bec85b2de10b8272db2b256b2eebf
Signed-off-by: default avatarPratibhasagar V <pratibha@codeaurora.org>
parent 00ca6a61
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -309,19 +309,19 @@

	rmtfs_sharedmem {
		compatible = "qcom,sharedmem-uio";
		reg = <0x8e200000 0x160000>;
		reg = <0x8e580000 0x160000>;
		reg-names = "rmtfs";
	};

	dsp_sharedmem {
		compatible = "qcom,sharedmem-uio";
		reg = <0x8e360000 0x20000>;
		reg = <0x8e6e0000 0x20000>;
		reg-names = "rfsa_dsp";
	};

	mdm_sharedmem {
		compatible = "qcom,sharedmem-uio";
		reg = <0x8e360000 0x20000>;
		reg = <0x8e6e0000 0x20000>;
		reg-names = "rfsa_mdm";
	};