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

Commit b155b390 authored by Smita Ghosh's avatar Smita Ghosh
Browse files

ARM: dts: msm: Add remotefs client to zirc



Enabe remote fs only for the emmc cdp.

Change-Id: I578e24d0c295a2bd7226e85ab47ef8ffa78478c3
Signed-off-by: default avatarSmita Ghosh <smitag@codeaurora.org>
parent 15d5ea13
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -18,6 +18,13 @@
	model = "Qualcomm Technologies, Inc. MSM ZIRC CDP";
	compatible = "qcom,msmzirc-cdp", "qcom,msmzirc", "qcom,cdp";
	qcom,board-id = <1 0x00030000>;

        qcom,rmtfs_sharedmem@00000000 {
            compatible = "qcom,sharedmem-uio";
            reg = <0x00000000 0x00100000>;
            reg-names = "rmtfs";
            qcom,client-id = <0x00000001>;
        };
};

&usb3 {
+0 −21
Original line number Diff line number Diff line
@@ -123,27 +123,6 @@
		};
	};

	qcom,rmtfs_sharedmem@00000000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x00000000 0x000C0000>;
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
	};

	qcom,dsp_sharedmem@00000000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x00000000 0x00010000>;
		reg-names = "rfsa_dsp";
		qcom,client-id = <0x011013ec>;
	};

	qcom,mdm_sharedmem@00000000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x00000000 0x00010000>;
		reg-names = "rfsa_mdm";
		qcom,client-id = <0x011013ed>;
	};

	restart@4ab000 {
		compatible = "qcom,pshold";
		reg = <0x4ab000 0x4>;