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

Commit 7b07b53a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 77a17595 970d2e01
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
@@ -1601,6 +1601,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 {