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

Commit 970d2e01 authored by Sridhar Arra's avatar Sridhar Arra Committed by Sridhar Arrra
Browse files

ARM: dts: msm: Add vm-nav-path support for rmtfs on Kamorta

Add vm-nav-path support for rmtfs on Kamorta.

Change-Id: I7013b517a5bde5fe99d4534dc4e3a9ae882f41a9
parent 48969864
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -15,6 +15,8 @@ Optional properties:
			This is needed to overcome the XPU limitation on some MSM HW,
			This is needed to overcome the XPU limitation on some MSM HW,
			so as to make this memory not contiguous with other allocations
			so as to make this memory not contiguous with other allocations
			that may possibly happen from other clients.
			that may possibly happen from other clients.
- qcom,vm-nav-path:     If this dtsi property is set, then the shared memory region
			will be given access to vm-nav-path also.


Example:
Example:
	qcom,msm_sharedmem@0dc80000 {
	qcom,msm_sharedmem@0dc80000 {
@@ -23,4 +25,5 @@ Example:
		reg-names = "rmtfs";
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
		qcom,client-id = <0x00000001>;
		qcom,guard-memory;
		qcom,guard-memory;
		qcom,vm-nav-path;
	};
	};
+1 −0
Original line number Original line Diff line number Diff line
@@ -1551,6 +1551,7 @@
		reg-names = "rmtfs";
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
		qcom,client-id = <0x00000001>;
		qcom,guard-memory;
		qcom,guard-memory;
		qcom,vm-nav-path;
	};
	};


	gcc: qcom,gcc@1400000 {
	gcc: qcom,gcc@1400000 {