Message ID | 20210422072442.111070-3-benjamin.gaignard@collabora.com |
---|---|
State | New |
Headers | show |
Series | IOMMU: Add driver for rk356x | expand |
diff --git a/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml b/Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml index ab128f8e4c73..76710dcdc3e4 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,iommu-v2 reg: maxItems: 1
Add compatible for the second version of IOMMU hardware block. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com> --- Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)