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

Commit 70d51296 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 82d6eaf2 fbfb868d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -524,21 +524,21 @@

	qcom,rmtfs_sharedmem@8e580000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x8e580000 0x160000>;
		reg = <0x86700000 0xe0000>;
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
	};

	qcom,dsp_sharedmem@8e6e0000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x8e6e0000 0x20000>;
		reg = <0x867e0000 0x20000>;
		reg-names = "rfsa_dsp";
		qcom,client-id = <0x011013ec>;
	};

	qcom,mdm_sharedmem@8e6e0000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x8e6e0000 0x20000>;
		reg = <0x867e0000 0x20000>;
		reg-names = "rfsa_mdm";
		qcom,client-id = <0x011013ed>;
	};