Skip to content

Commit 7b32040

Browse files
Marek Vasutgregkh
authored andcommitted
dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type
The "snps,hsphy_interface" is string, not u8. Fix the type. Fixes: 389d776 ("dt-bindings: usb: Convert DWC USB3 bindings to DT schema") Cc: stable <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Marek Vasut <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 016da9c commit 7b32040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/usb/snps,dwc3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ properties:
287287
description:
288288
High-Speed PHY interface selection between UTMI+ and ULPI when the
289289
DWC_USB3_HSPHY_INTERFACE has value 3.
290-
$ref: /schemas/types.yaml#/definitions/uint8
290+
$ref: /schemas/types.yaml#/definitions/string
291291
enum: [utmi, ulpi]
292292

293293
snps,quirk-frame-length-adjustment:

0 commit comments

Comments
 (0)