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

Commit 06c98d1f authored by Maheshwar Ajja's avatar Maheshwar Ajja Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add cdsp memory node to video subsystem



Add cdsp memory node to video subsystem for video
driver to allocate memory from cdsp memory pool.

Change-Id: Ic094dc175f654ef4197b4ff0fb0c25ca960c8567
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent 989da0c9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -128,5 +128,10 @@
			compatible = "qcom,msm-vidc,mem-adsp";
			memory-region = <&adsp_mem>;
		};

		qcom,msm-vidc,mem_cdsp {
			compatible = "qcom,msm-vidc,mem-cdsp";
			memory-region = <&cdsp_mem>;
		};
	};
};