Skip to content

Commit

Permalink
dt-bindings: usb: microchip,usb2514: Fix reference USB device schema
Browse files Browse the repository at this point in the history
commit 5b23569 upstream.

An USB hub is not a HCD, but an USB device. Fix the referenced schema
accordingly.

Fixes: bfbf2e4 ("dt-bindings: usb: Document the Microchip USB2514 hub")
Cc: [email protected]
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Alexander Stein <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
tq-steina authored and gregkh committed Sep 4, 2024
1 parent 80eca66 commit 699ff21
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Documentation/devicetree/bindings/usb/microchip,usb2514.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- Fabio Estevam <[email protected]>

allOf:
- $ref: usb-hcd.yaml#
- $ref: usb-device.yaml#

properties:
compatible:
Expand All @@ -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:
Expand Down

0 comments on commit 699ff21

Please sign in to comment.