Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Andre Przywara and committed by
Rob Herring
59ffe4ed 17b53ce3

+6
+3
Documentation/devicetree/bindings/usb/generic-ehci.yaml
··· 88 88 phy-names: 89 89 const: usb 90 90 91 + iommus: 92 + maxItems: 1 93 + 91 94 required: 92 95 - compatible 93 96 - reg
+3
Documentation/devicetree/bindings/usb/generic-ohci.yaml
··· 76 76 phy-names: 77 77 const: usb 78 78 79 + iommus: 80 + maxItems: 1 81 + 79 82 required: 80 83 - compatible 81 84 - reg