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

Commit 9af22043 authored by Maheshwar Ajja's avatar Maheshwar Ajja
Browse files

ARM: dts: msm: Add adsp heap subnode in sdm855 video node



Video device needs adsp heap subnode to allocate memory
from adsp heap memory on sdm855.

Change-Id: If6b0919c5a44127c61d7e49dba1e229dc56d4e78
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent 604b44ae
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -124,5 +124,11 @@
			virtual-addr-pool = <0x1000000 0x24800000>;
			qcom,secure-context-bank;
		};

		/* Memory Heaps */
		qcom,msm-vidc,mem_adsp {
			compatible = "qcom,msm-vidc,mem-adsp";
			memory-region = <&adsp_mem>;
		};
	};
};