diff options
author | Yong Wu <yong.wu@mediatek.com> | 2021-01-11 14:18:44 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-02-01 14:27:58 +0300 |
commit | ca49a4b4c9895a873213ae93abae5855e8d226c6 (patch) | |
tree | aa2440fa49b0d1d196b6d35fd0e465ac38c64559 /Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml | |
parent | 5cf482f2f7a658fe4f74e97ed7e6e7f8263df03f (diff) | |
download | linux-ca49a4b4c9895a873213ae93abae5855e8d226c6.tar.xz |
dt-bindings: memory: mediatek: Extend LARB_NR_MAX to 32
Extend the max larb number definition as mt8192 has larb_nr over 16.
Signed-off-by: Yong Wu <yong.wu@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Tomasz Figa <tfiga@chromium.org>
Link: https://lore.kernel.org/r/20210111111914.22211-4-yong.wu@mediatek.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml b/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml index b9946809fc2b..ba6626347381 100644 --- a/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml +++ b/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml @@ -99,7 +99,7 @@ properties: mediatek,larbs: $ref: /schemas/types.yaml#/definitions/phandle-array minItems: 1 - maxItems: 16 + maxItems: 32 description: | List of phandle to the local arbiters in the current Socs. Refer to bindings/memory-controllers/mediatek,smi-larb.yaml. It must sort |