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

Commit f2449550 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 rmtfs shared memory address for SDM660/630"

parents 17fbca87 2ccfe717
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
@@ -1511,9 +1511,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>;
	};