diff options
-rw-r--r-- | Documentation/devicetree/bindings/usb/usb-device.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb-device.txt b/Documentation/devicetree/bindings/usb/usb-device.txt index ce02cebac26a..4df7e22e0084 100644 --- a/Documentation/devicetree/bindings/usb/usb-device.txt +++ b/Documentation/devicetree/bindings/usb/usb-device.txt | |||
@@ -16,12 +16,11 @@ Required properties: | |||
16 | Example: | 16 | Example: |
17 | 17 | ||
18 | &usb1 { | 18 | &usb1 { |
19 | |||
20 | #address-cells = <1>; | 19 | #address-cells = <1>; |
21 | #size-cells = <0>; | 20 | #size-cells = <0>; |
22 | 21 | ||
23 | hub: genesys@1 { | 22 | hub@1 { |
24 | compatible = "usb5e3,608"; | 23 | compatible = "usb5e3,608"; |
25 | reg = <1>; | 24 | reg = <1>; |
26 | }; | 25 | }; |
27 | } | 26 | }; |