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

Commit 4ea97faa authored by Fred Oh's avatar Fred Oh
Browse files

ARM: dts: msm: Add shared memory access device for msm8992



Add the device tree entry for the memory heaps that need
to be unlocked, to allow client access on msm8992.

Change-Id: I26f674e96fd7630f3a329dcef1546e8ec145b12a
Signed-off-by: default avatarFred Oh <fred@codeaurora.org>
parent dca34e2b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1934,6 +1934,18 @@
		qcom,pm-qos-latency = <2 1001 30001>;
		qcom,android-usb-uicc-nluns = /bits/ 8 <1>;
	};

	audio_heap {
		compatible = "qcom,msm-shared-memory";
		qcom,proc-id = <1>;
		linux,contiguous-region = <&audio_mem>;
	};

	adsp_heap {
		compatible = "qcom,msm-shared-memory";
		qcom,proc-id = <1>;
		linux,contiguous-region = <&adsp_mem>;
	};
};

&gdsc_usb30 {