Message ID | 20191023090219.15603-4-rnayak@codeaurora.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add device tree support for sc7180 | expand |
On Wed, Oct 23, 2019 at 02:32:11PM +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> > --- > Documentation/devicetree/bindings/iommu/arm,smmu.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.txt b/Documentation/devicetree/bindings/iommu/arm,smmu.txt > index 3133f3ba7567..347869807cf2 100644 > --- a/Documentation/devicetree/bindings/iommu/arm,smmu.txt > +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.txt > @@ -30,6 +30,7 @@ conditions. > Qcom SoCs implementing "arm,mmu-500" must also include, > as below, SoC-specific compatibles: > "qcom,sdm845-smmu-500", "arm,mmu-500" > + "qcom,sc7180-smmu-500", "arm,mmu-500" This is now a schema file in my tree. > > - reg : Base address and size of the SMMU. > > -- > QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member > of Code Aurora Forum, hosted by The Linux Foundation >
Quoting Rajendra Nayak (2019-10-23 02:02:11) > 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> > --- > Documentation/devicetree/bindings/iommu/arm,smmu.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.txt b/Documentation/devicetree/bindings/iommu/arm,smmu.txt > index 3133f3ba7567..347869807cf2 100644 > --- a/Documentation/devicetree/bindings/iommu/arm,smmu.txt > +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.txt > @@ -30,6 +30,7 @@ conditions. > Qcom SoCs implementing "arm,mmu-500" must also include, > as below, SoC-specific compatibles: > "qcom,sdm845-smmu-500", "arm,mmu-500" > + "qcom,sc7180-smmu-500", "arm,mmu-500" Please sort.
On 10/26/2019 1:21 AM, Rob Herring wrote: > On Wed, Oct 23, 2019 at 02:32:11PM +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> >> --- >> Documentation/devicetree/bindings/iommu/arm,smmu.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.txt b/Documentation/devicetree/bindings/iommu/arm,smmu.txt >> index 3133f3ba7567..347869807cf2 100644 >> --- a/Documentation/devicetree/bindings/iommu/arm,smmu.txt >> +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.txt >> @@ -30,6 +30,7 @@ conditions. >> Qcom SoCs implementing "arm,mmu-500" must also include, >> as below, SoC-specific compatibles: >> "qcom,sdm845-smmu-500", "arm,mmu-500" >> + "qcom,sc7180-smmu-500", "arm,mmu-500" > > This is now a schema file in my tree. sure, will rebase on your for-next when I repost. > >> >> - reg : Base address and size of the SMMU. >> >> -- >> QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member >> of Code Aurora Forum, hosted by The Linux Foundation >>
On 10/29/2019 10:12 PM, Stephen Boyd wrote: > Quoting Rajendra Nayak (2019-10-23 02:02:11) >> 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> >> --- >> Documentation/devicetree/bindings/iommu/arm,smmu.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.txt b/Documentation/devicetree/bindings/iommu/arm,smmu.txt >> index 3133f3ba7567..347869807cf2 100644 >> --- a/Documentation/devicetree/bindings/iommu/arm,smmu.txt >> +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.txt >> @@ -30,6 +30,7 @@ conditions. >> Qcom SoCs implementing "arm,mmu-500" must also include, >> as below, SoC-specific compatibles: >> "qcom,sdm845-smmu-500", "arm,mmu-500" >> + "qcom,sc7180-smmu-500", "arm,mmu-500" > > Please sort. thanks, will do. >
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.txt b/Documentation/devicetree/bindings/iommu/arm,smmu.txt index 3133f3ba7567..347869807cf2 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.txt +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.txt @@ -30,6 +30,7 @@ conditions. Qcom SoCs implementing "arm,mmu-500" must also include, as below, SoC-specific compatibles: "qcom,sdm845-smmu-500", "arm,mmu-500" + "qcom,sc7180-smmu-500", "arm,mmu-500" - reg : Base address and size of the SMMU.
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> --- Documentation/devicetree/bindings/iommu/arm,smmu.txt | 1 + 1 file changed, 1 insertion(+)