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

Commit fbfb868d 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: If53b611150e3c2e29564577f325a1f18efa29743
Signed-off-by: default avatarPratibhasagar V <pratibha@codeaurora.org>
parent b748d2da
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -487,19 +487,19 @@

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

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

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