Commit 59ffe4ed authored by Andre Przywara's avatar Andre Przywara Committed by Rob Herring
Browse files

dt-bindings: ehci/ohci: Allow iommus property



A OHCI/EHCI controller could be behind an IOMMU, in which case an iommus
property assigns the stream ID for this device.

Allow that property in the DT bindings to fix a complaint about the Arm Juno
board's DTS file.

Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 17b53ce3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -88,6 +88,9 @@ properties:
  phy-names:
    const: usb

  iommus:
    maxItems: 1

required:
  - compatible
  - reg
+3 −0
Original line number Diff line number Diff line
@@ -76,6 +76,9 @@ properties:
  phy-names:
    const: usb

  iommus:
    maxItems: 1

required:
  - compatible
  - reg