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

Commit a42b8dc9 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: Add remotefs client to zirc"

parents 0b3425d3 b155b390
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>;