Merge tag 'trace-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[cascardo/linux.git] / Documentation / devicetree / bindings / usb / atmel-usb.txt
index 888deaa..f4262ed 100644 (file)
@@ -3,10 +3,8 @@ Atmel SOC USB controllers
 OHCI
 
 Required properties:
- - compatible: Should be one of the following
-              "atmel,at91rm9200-ohci" for USB controllers used in host mode.
-              "atmel,sama5d2-ohci" for USB controllers used in host mode
-              on SAMA5D2 which can force to suspend.
+ - compatible: Should be "atmel,at91rm9200-ohci" for USB controllers
+   used in host mode.
  - reg: Address and length of the register set for the device
  - interrupts: Should contain ehci interrupt
  - clocks: Should reference the peripheral, host and system clocks
@@ -115,13 +113,13 @@ usb2: gadget@fff78000 {
        clock-names = "hclk", "pclk";
        atmel,vbus-gpio = <&pioB 19 0>;
 
-       ep0 {
+       ep@0 {
                reg = <0>;
                atmel,fifo-size = <64>;
                atmel,nb-banks = <1>;
        };
 
-       ep1 {
+       ep@1 {
                reg = <1>;
                atmel,fifo-size = <1024>;
                atmel,nb-banks = <2>;
@@ -129,7 +127,7 @@ usb2: gadget@fff78000 {
                atmel,can-isoc;
        };
 
-       ep2 {
+       ep@2 {
                reg = <2>;
                atmel,fifo-size = <1024>;
                atmel,nb-banks = <2>;
@@ -137,21 +135,21 @@ usb2: gadget@fff78000 {
                atmel,can-isoc;
        };
 
-       ep3 {
+       ep@3 {
                reg = <3>;
                atmel,fifo-size = <1024>;
                atmel,nb-banks = <3>;
                atmel,can-dma;
        };
 
-       ep4 {
+       ep@4 {
                reg = <4>;
                atmel,fifo-size = <1024>;
                atmel,nb-banks = <3>;
                atmel,can-dma;
        };
 
-       ep5 {
+       ep@5 {
                reg = <5>;
                atmel,fifo-size = <1024>;
                atmel,nb-banks = <3>;
@@ -159,7 +157,7 @@ usb2: gadget@fff78000 {
                atmel,can-isoc;
        };
 
-       ep6 {
+       ep@6 {
                reg = <6>;
                atmel,fifo-size = <1024>;
                atmel,nb-banks = <3>;