devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type
@ 2023-05-14 23:11 Marek Vasut
  2023-05-15 15:50 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2023-05-14 23:11 UTC (permalink / raw)
  To: devicetree
  Cc: Marek Vasut, Conor Dooley, Felipe Balbi, Greg Kroah-Hartman,
	Krzysztof Kozlowski, Rob Herring, linux-usb

The "snps,hsphy_interface" is string, not u8. Fix the type.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Felipe Balbi <balbi@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-usb@vger.kernel.org
---
 Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
index 50edc4da780e9..4f7625955cccc 100644
--- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
@@ -287,7 +287,7 @@ properties:
     description:
       High-Speed PHY interface selection between UTMI+ and ULPI when the
       DWC_USB3_HSPHY_INTERFACE has value 3.
-    $ref: /schemas/types.yaml#/definitions/uint8
+    $ref: /schemas/types.yaml#/definitions/string
     enum: [utmi, ulpi]
 
   snps,quirk-frame-length-adjustment:
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type
  2023-05-14 23:11 [PATCH] dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type Marek Vasut
@ 2023-05-15 15:50 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2023-05-15 15:50 UTC (permalink / raw)
  To: Marek Vasut, devicetree
  Cc: Conor Dooley, Felipe Balbi, Greg Kroah-Hartman,
	Krzysztof Kozlowski, Rob Herring, linux-usb

On 15/05/2023 01:11, Marek Vasut wrote:
> The "snps,hsphy_interface" is string, not u8. Fix the type.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>

Fixes: 389d77658801 ("dt-bindings: usb: Convert DWC USB3 bindings to DT
schema")

And cc-stable.


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-15 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-14 23:11 [PATCH] dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type Marek Vasut
2023-05-15 15:50 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).