diff options
| author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2024-08-15 13:31:31 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-04 13:30:12 +0200 |
| commit | 699ff210c23b6843591c5db2763c43a9f8696cd8 (patch) | |
| tree | 8d4cb651d4cd1c48d51108b8c2403faa3fb11f11 /Documentation | |
| parent | 80eca665ca5074fba3fc4eb0717f28c1354943a9 (diff) | |
| download | linux-699ff210c23b6843591c5db2763c43a9f8696cd8.tar.gz linux-699ff210c23b6843591c5db2763c43a9f8696cd8.tar.bz2 linux-699ff210c23b6843591c5db2763c43a9f8696cd8.zip | |
dt-bindings: usb: microchip,usb2514: Fix reference USB device schema
commit 5b235693ed2a1e4963625717a1598becf97759cc upstream.
An USB hub is not a HCD, but an USB device. Fix the referenced schema
accordingly.
Fixes: bfbf2e4b77e2 ("dt-bindings: usb: Document the Microchip USB2514 hub")
Cc: stable@vger.kernel.org
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Link: https://lore.kernel.org/r/20240815113132.372542-1-alexander.stein@ew.tq-group.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/usb/microchip,usb2514.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/microchip,usb2514.yaml b/Documentation/devicetree/bindings/usb/microchip,usb2514.yaml index 783c27591e56..c39affb5f998 100644 --- a/Documentation/devicetree/bindings/usb/microchip,usb2514.yaml +++ b/Documentation/devicetree/bindings/usb/microchip,usb2514.yaml @@ -10,7 +10,7 @@ maintainers: - Fabio Estevam <festevam@gmail.com> allOf: - - $ref: usb-hcd.yaml# + - $ref: usb-device.yaml# properties: compatible: @@ -35,6 +35,13 @@ required: - compatible - reg +patternProperties: + "^.*@[0-9a-f]{1,2}$": + description: The hard wired USB devices + type: object + $ref: /schemas/usb/usb-device.yaml + additionalProperties: true + unevaluatedProperties: false examples: |
