Message ID | 20221016161554.673006-2-luca@z3ntu.xyz |
---|---|
State | Accepted |
Commit | 6dbffe465b7c4807c266d696f9a66fb582f8e6f4 |
Headers | show |
Series | MDSS support for MSM8953 | expand |
Hi all, On Sonntag, 16. Oktober 2022 18:15:51 CET Luca Weiss wrote: > Document the compatible used for IOMMU on the msm8953 SoC. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > Acked-by: Rob Herring <robh@kernel.org> Could someone please pick up this patch? Looking at the file history, there's not much but maybe @Rob could you take this? Or maybe Bjorn? Regards Luca > --- > Changes since v3: > - no changes > > 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" > > Followed by "qcom,msm-iommu-v1".
On 31/10/2022 12:26, Luca Weiss wrote: > Hi all, > > On Sonntag, 16. Oktober 2022 18:15:51 CET Luca Weiss wrote: >> Document the compatible used for IOMMU on the msm8953 SoC. >> >> Signed-off-by: Luca Weiss <luca@z3ntu.xyz> >> Acked-by: Rob Herring <robh@kernel.org> > > Could someone please pick up this patch? > > Looking at the file history, there's not much but maybe @Rob could you take > this? Or maybe Bjorn? > Use "iommu:" in the subject (dt-bindings: iommu: qcom:) so IOMMU maintainers notice it... Best regards, Krzysztof
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".