diff options
| author | Benjamin Gaignard <[email protected]> | 2021-06-04 18:44:39 +0200 |
|---|---|---|
| committer | Joerg Roedel <[email protected]> | 2021-06-09 09:46:53 +0200 |
| commit | 9e6f3cd589cb711b5949cfbeb84e5440906195bd (patch) | |
| tree | 4719fd5b977451631cf37f0512f68f54fae2a2ce | |
| parent | 7e0fc5072e0b7a3e4dfbc39ad54aefa494bdf3da (diff) | |
dt-bindings: iommu: rockchip: Add compatible for v2
Add compatible for the second version of IOMMU hardware block.
RK356x IOMMU can also be link to a power domain.
Signed-off-by: Benjamin Gaignard <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Reviewed-by: Heiko Stuebner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml b/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml index 099fc2578b54..d2e28a9e3545 100644 --- a/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml +++ b/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml @@ -19,7 +19,9 @@ description: |+ properties: compatible: - const: rockchip,iommu + enum: + - rockchip,iommu + - rockchip,rk3568-iommu reg: items: @@ -48,6 +50,9 @@ properties: "#iommu-cells": const: 0 + power-domains: + maxItems: 1 + rockchip,disable-mmu-reset: $ref: /schemas/types.yaml#/definitions/flag description: | |