Message ID | 20220612092218.424809-2-luca@z3ntu.xyz |
---|---|
State | Superseded |
Headers | show |
Series | MDSS support for MSM8953 | expand |
On Sun, Jun 12, 2022 at 11:22:13AM +0200, Luca Weiss wrote: > Document the compatible used for IOMMU on the msm8953 SoC. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > Changes from v1: > - new patch > > Documentation/devicetree/bindings/iommu/qcom,iommu.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iommu/qcom,iommu.txt b/Documentation/devicetree/bindings/iommu/qcom,iommu.txt > index 059139abce35..e6cecfd360eb 100644 > --- a/Documentation/devicetree/bindings/iommu/qcom,iommu.txt > +++ b/Documentation/devicetree/bindings/iommu/qcom,iommu.txt > @@ -10,6 +10,7 @@ to non-secure vs secure interrupt line. > - compatible : Should be one of: > > "qcom,msm8916-iommu" > + "qcom,msm8953-iommu" I'm assuming Andy or Bjorn will pick this up. Will
diff --git a/Documentation/devicetree/bindings/iommu/qcom,iommu.txt b/Documentation/devicetree/bindings/iommu/qcom,iommu.txt index 059139abce35..e6cecfd360eb 100644 --- a/Documentation/devicetree/bindings/iommu/qcom,iommu.txt +++ b/Documentation/devicetree/bindings/iommu/qcom,iommu.txt @@ -10,6 +10,7 @@ to non-secure vs secure interrupt line. - compatible : Should be one of: "qcom,msm8916-iommu" + "qcom,msm8953-iommu" Followed by "qcom,msm-iommu-v1".
Document the compatible used for IOMMU on the msm8953 SoC. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Changes from v1: - new patch Documentation/devicetree/bindings/iommu/qcom,iommu.txt | 1 + 1 file changed, 1 insertion(+)