Message ID | 20191106065017.22144-4-rnayak@codeaurora.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add device tree support for sc7180 | expand |
On Wed, 6 Nov 2019 12:20:06 +0530, Rajendra Nayak wrote: > Add the soc specific compatible for sc7180 smmu-500 > > Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org> > Cc: Joerg Roedel <joro@8bytes.org> > Cc: Mark Rutland <mark.rutland@arm.com> > --- > v4: Updated yaml, sorted. > > Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 + > 1 file changed, 1 insertion(+) > As this one is dependent on my tree, I've applied it. Rob
Quoting Rajendra Nayak (2019-11-05 22:50:06) > Add the soc specific compatible for sc7180 smmu-500 > > Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org> > Cc: Joerg Roedel <joro@8bytes.org> > Cc: Mark Rutland <mark.rutland@arm.com> > --- Reviewed-by: Stephen Boyd <swboyd@chromium.org>
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 3b31b4802a54..6515dbe47508 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -34,6 +34,7 @@ properties: - description: Qcom SoCs implementing "arm,mmu-500" items: - enum: + - qcom,sc7180-smmu-500 - qcom,sdm845-smmu-500 - const: arm,mmu-500 - items:
Add the soc specific compatible for sc7180 smmu-500 Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org> Cc: Joerg Roedel <joro@8bytes.org> Cc: Mark Rutland <mark.rutland@arm.com> --- v4: Updated yaml, sorted. Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 + 1 file changed, 1 insertion(+)