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

Commit 08e28f5c authored by Lakshmi Narayana Kalavala's avatar Lakshmi Narayana Kalavala Committed by Matt Wagantall
Browse files

ARM: dts: msm: camera: Split VFE contex banks into image and stats



VFE context banks are split into image and stats to support
secure camera use case. The image context bank alone can
be dynamically configured in secure or non secure mode based
on the use case, retaining stats context bank in non secure mode.

Change-Id: Idf523a98e13bc796dfd6fe7d577fdcedc4889571
Signed-off-by: default avatarLakshmi Narayana Kalavala <lkalaval@codeaurora.org>
parent 4c2f2796
Loading
Loading
Loading
Loading
+13 −8
Original line number Diff line number Diff line
@@ -408,37 +408,42 @@
		msm_cam_smmu_cb1 {
			compatible = "qcom,msm-cam-smmu-cb";
			iommus = <&vfe_smmu 0>,
					<&vfe_smmu 1>,
					<&vfe_smmu 2>,
					<&vfe_smmu 3>;
			label = "vfe";
					<&vfe_smmu 2>;
			label = "vfe_image";
		};

		msm_cam_smmu_cb2 {
			compatible = "qcom,msm-cam-smmu-cb";
			iommus = <&vfe_smmu 1>,
					<&vfe_smmu 3>;
			label = "vfe_stats";
		};

		msm_cam_smmu_cb3 {
			compatible = "qcom,msm-cam-smmu-cb";
			iommus = <&cpp_fd_smmu 0>;
			label = "cpp";
		};

		msm_cam_smmu_cb3 {
		msm_cam_smmu_cb4 {
			compatible = "qcom,msm-cam-smmu-cb";
			iommus = <&cpp_fd_smmu 1>;
			label = "camera_fd";
		};

		msm_cam_smmu_cb4 {
		msm_cam_smmu_cb5 {
			compatible = "qcom,msm-cam-smmu-cb";
			iommus = <&jpeg_smmu 0>;
			label = "jpeg_enc0";
		};

		msm_cam_smmu_cb5 {
		msm_cam_smmu_cb6 {
			compatible = "qcom,msm-cam-smmu-cb";
			iommus = <&jpeg_smmu 1>;
			label = "jpeg_dma";
		};

		msm_cam_smmu_cb6 {
		msm_cam_smmu_cb7 {
			compatible = "qcom,msm-cam-smmu-cb";
			iommus = <&jpeg_smmu 2>;
			label = "jpeg_dec";