Re: [PATCH] dt-bindings: Fix bracket
From: Manuel Ebner <hidden>
Date: 2026-06-29 13:57:09
Also in:
linux-devicetree, lkml
I'll admit I don't know exactly whats the issue On Sat, 2026-06-27 at 11:19 +0200, Manuel Ebner wrote:
quoted hunk ↗ jump to hunk
Add "(Alternate" to "ID)" Signed-off-by: Manuel Ebner <redacted> --- Documentation/devicetree/bindings/net/microchip,lan95xx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Documentation/devicetree/bindings/net/microchip,lan95xx.yamlb/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