diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2015-01-14 11:22:03 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-15 08:53:18 -0500 |
commit | 62b986cfa96072bcd365d18b2a8e42e990788b45 (patch) | |
tree | ec91f7b275fb16d2616955dedbfce7282a0601f6 /Documentation | |
parent | f0bceab4e3b528e799aba8fda8d2936fcfd41f1f (diff) |
usb: gadget: at91_udc: Update DT binding documentation
Three compatible strings have been added to the at91_udc driver.
Update the documentation accordingly.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/usb/atmel-usb.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt index 6007231e0adc..54a81219caae 100644 --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt | |||
@@ -33,7 +33,11 @@ usb1: ehci@00800000 { | |||
33 | AT91 USB device controller | 33 | AT91 USB device controller |
34 | 34 | ||
35 | Required properties: | 35 | Required properties: |
36 | - compatible: Should be "atmel,at91rm9200-udc" | 36 | - compatible: Should be one of the following |
37 | "atmel,at91rm9200-udc" | ||
38 | "atmel,at91sam9260-udc" | ||
39 | "atmel,at91sam9261-udc" | ||
40 | "atmel,at91sam9263-udc" | ||
37 | - reg: Address and length of the register set for the device | 41 | - reg: Address and length of the register set for the device |
38 | - interrupts: Should contain macb interrupt | 42 | - interrupts: Should contain macb interrupt |
39 | - clocks: Should reference the peripheral and the AHB clocks | 43 | - clocks: Should reference the peripheral and the AHB clocks |