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

Commit 8eef3bca 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 shared memory access device for msm8992"

parents 08dd08e4 4ea97faa
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2479,6 +2479,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 {