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

Commit 9f9af2ad authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 2b62d64a 61446120
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";
	};