Re: [PATCH] dt-bindings: Fix bracket

From: Manuel Ebner

Date: Mon Jun 29 2026 - 10:03:09 EST


I'll admit I don't know exactly whats the issue

On Sat, 2026-06-27 at 11:19 +0200, Manuel Ebner wrote:
> Add "(Alternate" to "ID)"
>
> Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>
> ---
>  Documentation/devicetree/bindings/net/microchip,lan95xx.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml
> b/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml
> index accff93d38f8..62bf982aff2b 100644
> --- a/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml
> +++ b/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml
> @@ -33,7 +33,7 @@ properties:
>            - usb424,9906   # SMSC9505A USB Ethernet Device (HAL)
>            - usb424,9907   # SMSC9500 USB Ethernet Device (Alternate ID)
>            - usb424,9908   # SMSC9500A USB Ethernet Device (Alternate ID)
> -          - usb424,9909   # SMSC9512/9514 USB Hub & Ethernet Device  ID)

There's an issue in this line with the brace and maybe with the text as well.
I couldn't figure out what usb424,9909 is. Can somebody help me?
Below are some possible fixes.

> + - usb424,9909 # SMSC9512/9514 USB Hub & Ethernet Device
> + - usb424,9909 # SMSC9512/9514 USB Hub & Ethernet Device (Alternate ID)
> +          - usb424,9909   # SMSC9512/9514 USB Hub & Ethernet Device (SAL10)

>            - usb424,9e00   # SMSC9500A USB Ethernet Device
>            - usb424,9e01   # SMSC9505A USB Ethernet Device
>            - usb424,9e08   # SMSC LAN89530 USB Ethernet Device

Thanks
Manuel