Skip to content

Commit

Permalink
arm64: dts: qcom: msm8916: Add IOMMU sub-node for VFE context bank
Browse files Browse the repository at this point in the history
Add IOMMU sub-node for VFE secure context bank.

Signed-off-by: Todor Tomov <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
  • Loading branch information
todortomov authored and Andy Gross committed Dec 3, 2018
1 parent 40d9d79 commit e7b6e5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,13 @@
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";
Expand Down

0 comments on commit e7b6e5c

Please sign in to comment.