video: dts: add secure non-pixel context bank

Add secure non-pixel context bank

Change-Id: Ibe8d3181729f99fd06f9eac22b5d3512d7860b5b
Signed-off-by: Akshay Chandrashekhar Kalghatgi <akalghat@quicinc.com>
This commit is contained in:
Akshay Chandrashekhar Kalghatgi
2021-01-14 13:00:14 -08:00
parent 2ba25586cc
commit 14255f593b

View File

@@ -64,5 +64,18 @@
virtual-addr-pool = <0x25800000 0xba800000>;
dma-coherent-hint-cached;
};
secure_non_pixel_cb {
compatible = "qcom,msm-vidc,context-bank";
label = "venus_sec_non_pixel";
iommus = <&apps_smmu 0x2104 0x0400>;
qcom,iommu-dma-addr-pool = <0x01000000 0x24800000>;
qcom,iommu-faults = "non-fatal";
qcom,iommu-pagetable = "LLC";
qcom,iommu-vmid = <0xB>; /* VMID_CP_NON_PIXEL */
buffer-types = <0x480>;
virtual-addr-pool = <0x01000000 0x24800000>;
qcom,secure-context-bank;
};
};
};