arm64: dts: qcom: msm8916: Add IOMMU sub-node for VFE context bank

Add IOMMU sub-node for VFE secure context bank.

Signed-off-by: Todor Tomov <todor.tomov@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Todor Tomov 2018-10-26 18:37:15 +03:00 committed by Andy Gross
parent 40d9d791c9
commit e7b6e5ccae

View File

@ -827,6 +827,13 @@ apps_iommu: iommu@1ef0000 {
clock-names = "iface", "bus";
qcom,iommu-secure-id = <17>;
// vfe:
iommu-ctx@3000 {
compatible = "qcom,msm-iommu-v1-sec";
reg = <0x3000 0x1000>;
interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
};
// mdp_0:
iommu-ctx@4000 {
compatible = "qcom,msm-iommu-v1-ns";