From: Oleksij Rempel Date: Tue, 17 May 2022 11:15:05 +0000 (+0200) Subject: dt-bindings: usb: ci-hdrc-usb2: fix node node for ethernet controller X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6177531020c7a774cba68f92fc242d695b059aad;p=linux.git dt-bindings: usb: ci-hdrc-usb2: fix node node for ethernet controller This documentation provides wrong node name for the Ethernet controller. It should be "ethernet" instead of "smsc" as required by Ethernet controller devicetree schema: Documentation/devicetree/bindings/net/ethernet-controller.yaml Signed-off-by: Oleksij Rempel Acked-by: Rob Herring Signed-off-by: Rob Herring Link: https://lore.kernel.org/r/20220517111505.929722-4-o.rempel@pengutronix.de --- diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt index a5c5db6a0b2d..ba51fb1252b9 100644 --- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt @@ -151,7 +151,7 @@ Example for HSIC: #address-cells = <1>; #size-cells = <0>; - usbnet: smsc@1 { + usbnet: ethernet@1 { compatible = "usb424,9730"; reg = <1>; };