mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type
commit7b32040f6dupstream. The "snps,hsphy_interface" is string, not u8. Fix the type. Fixes:389d776588("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ef12610ff5
commit
08e8ff68a3
@@ -260,7 +260,7 @@ properties:
|
|||||||
description:
|
description:
|
||||||
High-Speed PHY interface selection between UTMI+ and ULPI when the
|
High-Speed PHY interface selection between UTMI+ and ULPI when the
|
||||||
DWC_USB3_HSPHY_INTERFACE has value 3.
|
DWC_USB3_HSPHY_INTERFACE has value 3.
|
||||||
$ref: /schemas/types.yaml#/definitions/uint8
|
$ref: /schemas/types.yaml#/definitions/string
|
||||||
enum: [utmi, ulpi]
|
enum: [utmi, ulpi]
|
||||||
|
|
||||||
snps,quirk-frame-length-adjustment:
|
snps,quirk-frame-length-adjustment:
|
||||||
|
|||||||
Reference in New Issue
Block a user