diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2023-02-28 16:21:05 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-09 15:30:55 +0100 |
commit | aa78a736a94f1e2771d5400d4286d907624f5f8d (patch) | |
tree | 12eedc0555fb7e5d01abff30c03c38e644454975 /Documentation | |
parent | dt-bindings: usb: usb-device: make "compatible" optional (diff) | |
download | linux-aa78a736a94f1e2771d5400d4286d907624f5f8d.tar.xz linux-aa78a736a94f1e2771d5400d4286d907624f5f8d.zip |
dt-bindings: usb: allow evaluated properties in OHCI controllers
This binding uses usb-hcd.yaml so replace additionalProperties with
unevaluatedProperties to allow generic USB HCD properties. It's how EHCI
and XHCI bindings work too.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230228152105.25358-1-zajec5@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/usb/generic-ohci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/generic-ohci.yaml b/Documentation/devicetree/bindings/usb/generic-ohci.yaml index a9ba7257b884..d06d1e7d8876 100644 --- a/Documentation/devicetree/bindings/usb/generic-ohci.yaml +++ b/Documentation/devicetree/bindings/usb/generic-ohci.yaml @@ -148,7 +148,7 @@ allOf: properties: transceiver: false -additionalProperties: false +unevaluatedProperties: false examples: - | |