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 <stable@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Marek Vasut <marex@denx.de> Link: https://lore.kernel.org/r/20230515172456.179049-1-marex@denx.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 016da9c commit 7b32040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)