From: Andre Przywara Date: Wed, 13 May 2020 10:30:16 +0000 (+0100) Subject: dt-bindings: ehci/ohci: Allow iommus property X-Git-Tag: v5.10.7~2333^2~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59ffe4ed0725de96f4710013c34de387fbeac90c;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml index fde980b..69f3f26 100644 --- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml +++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml @@ -88,6 +88,9 @@ properties: phy-names: const: usb + iommus: + maxItems: 1 + required: - compatible - reg diff --git a/Documentation/devicetree/bindings/usb/generic-ohci.yaml b/Documentation/devicetree/bindings/usb/generic-ohci.yaml index d7efddf..2178bcc 100644 --- a/Documentation/devicetree/bindings/usb/generic-ohci.yaml +++ b/Documentation/devicetree/bindings/usb/generic-ohci.yaml @@ -76,6 +76,9 @@ properties: phy-names: const: usb + iommus: + maxItems: 1 + required: - compatible - reg