Commit e7b6e5cc authored by Todor Tomov's avatar Todor Tomov Committed by Andy Gross

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

Add IOMMU sub-node for VFE secure context bank.
Signed-off-by: default avatarTodor Tomov <todor.tomov@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 40d9d791
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment