video: dts: Add a new non-secure pix context bank

Add entry for a new non-secure pix context bank.

Change-Id: I34a8beca9938385291e87314e4f76cc0d48dbebb
This commit is contained in:
Mihir Ganu
2021-03-10 10:58:26 -08:00
parent 2dda4780b7
commit 00a4ce701e

View File

@@ -66,6 +66,17 @@
dma-coherent;
};
non_secure_pixel_cb {
compatible = "qcom,msm-vidc,context-bank";
label = "venus_ns_pixel";
iommus = <&apps_smmu 0x2187 0x0400>;
qcom,iommu-dma-addr-pool = <0x00100000 0xdff00000>;
qcom,iommu-faults = "non-fatal", "stall-disable";
qcom,iommu-pagetable = "LLC";
virtual-addr-pool = <0x00100000 0xdff00000>;
dma-coherent;
};
secure_non_pixel_cb {
compatible = "qcom,msm-vidc,context-bank";
label = "venus_sec_non_pixel";