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

Commit f1373cc1 authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

ARM: dts: fsm9900: Enable remotefs shared memory access via uio



Replace /dev/mem with /dev/uio0 to support remotefs shared
memory for GPS EFS

Change-Id: I0bd1ced0dcf3517a789bbf7389dee4e3405d7058
Acked-by: default avatarJian-Lin Mu <c_jmu@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent a18f488c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -399,6 +399,12 @@
		qcom,l2-dump-size = <0x300000>;
	};

	rmtfs_sharedmem {
		compatible = "qcom,sharedmem-uio";
		reg = <0x30000000 0x00180000>;
		reg-names = "rmtfs";
	};

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