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

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

Merge "ARM: dts: msm: Add rmtfs_sharedmem support for Holi"

parents 0a5f50c4 d8401f7d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9,10 +9,15 @@ Required properties:
- reg-names : Indicates various client-names.
- qcom,client-id : The client id for the QMI clients.

Optional properties:
- 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:
	qcom,msm_sharedmem@0dc80000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x0dc80000 0x00180000>,
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
		qcom,vm-nav-path;
	};
+8 −0
Original line number Diff line number Diff line
@@ -972,6 +972,14 @@
		memory-region = <&pil_video_mem>;
	};

	qcom,rmtfs_sharedmem@0 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x0 0x200000>;
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
		qcom,vm-nav-path;
	};

	ufsphy_mem: ufsphy_mem@4807000 {
		reg = <0x4807000 0xDDC>;
		reg-names = "phy_mem";