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

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
......@@ -88,6 +88,9 @@ properties:
phy-names:
const: usb
iommus:
maxItems: 1
required:
- compatible
- reg
......
......@@ -76,6 +76,9 @@ properties:
phy-names:
const: usb
iommus:
maxItems: 1
required:
- compatible
- reg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment