This is a note to let you know that I've just added the patch titled dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type to the 6.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: dt-bindings-usb-snps-dwc3-fix-snps-hsphy_interface-type.patch and it can be found in the queue-6.3 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 7b32040f6d7f885ffc09a6df7c17992d56d2eab8 Mon Sep 17 00:00:00 2001 From: Marek Vasut <marex@xxxxxxx> Date: Mon, 15 May 2023 19:24:56 +0200 Subject: dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type From: Marek Vasut <marex@xxxxxxx> commit 7b32040f6d7f885ffc09a6df7c17992d56d2eab8 upstream. The "snps,hsphy_interface" is string, not u8. Fix the type. Fixes: 389d77658801 ("dt-bindings: usb: Convert DWC USB3 bindings to DT schema") Cc: stable <stable@xxxxxxxxxx> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Signed-off-by: Marek Vasut <marex@xxxxxxx> Link: https://lore.kernel.org/r/20230515172456.179049-1-marex@xxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml @@ -270,7 +270,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: Patches currently in stable-queue which might be from marex@xxxxxxx are queue-6.3/dt-bindings-usb-snps-dwc3-fix-snps-hsphy_interface-type.patch queue-6.3/iio-dac-mcp4725-fix-i2c_master_send-return-value-handling.patch