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

Commit 0b5bf264 authored by Gilad Avidov's avatar Gilad Avidov
Browse files

ARM: dts: msm: Add UMTS shared memory region in fsm9900



Add shared memory region for UMTS in all FSM9900 targets.

Change-Id: I8b88d7a7de2eb27133b6ea5751e2bc641438497a
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarGilad Avidov <gavidov@codeaurora.org>
parent 53a5295c
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -482,6 +482,20 @@
		qcom,client-id = <0x00000001>;
	};

	qcom,umtsdfw_sharedmem@25200000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x25200000 0x00080000>;
		reg-names = "umtsdfw";
		qcom,client-id = <0x00000001>;
	};

	qcom,umtsdhost_sharedmem@25280000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x25280000 0x00080000>;
		reg-names = "umtsdhost";
		qcom,client-id = <0x00000001>;
	};

	qcom,ion {
		compatible = "qcom,msm-ion";
		#address-cells = <1>;