diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2015-01-14 11:21:59 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-15 08:51:56 -0500 |
commit | 31b817bc82f5f2c22d96bba719183ec6879f85b9 (patch) | |
tree | 4200b90d2bab00606f752f0e776a76f424069af3 /Documentation | |
parent | 9aa0216550b227f41e3e515d3bfdb336bb92dc38 (diff) |
usb: gadget: at91_udc: Document DT clocks and clock-names property
The at91_udc driver request 2 clocks, and thus need them to be defined in
the device tree.
Document the clocks and clock-names properties so that everybody use the
correct names.
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt index bc2222ca3f2a..6007231e0adc 100644 --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt | |||
@@ -36,6 +36,10 @@ Required properties: | |||
36 | - compatible: Should be "atmel,at91rm9200-udc" | 36 | - compatible: Should be "atmel,at91rm9200-udc" |
37 | - reg: Address and length of the register set for the device | 37 | - reg: Address and length of the register set for the device |
38 | - interrupts: Should contain macb interrupt | 38 | - interrupts: Should contain macb interrupt |
39 | - clocks: Should reference the peripheral and the AHB clocks | ||
40 | - clock-names: Should contains two strings | ||
41 | "pclk" for the peripheral clock | ||
42 | "hclk" for the AHB clock | ||
39 | 43 | ||
40 | Optional properties: | 44 | Optional properties: |
41 | - atmel,vbus-gpio: If present, specifies a gpio that needs to be | 45 | - atmel,vbus-gpio: If present, specifies a gpio that needs to be |