Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1441899 > unrolled thread

[PATCH 3/4] Documentation: dt: usb: atmel-usb: add unit-address

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2016-07-13 01:10 +0200
Last post2016-07-17 00:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/4] Documentation: dt: usb: atmel-usb: add unit-address Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-13 01:10 +0200
    Re: [PATCH 3/4] Documentation: dt: usb: atmel-usb: add unit-address Rob Herring <robh@kernel.org> - 2016-07-17 00:20 +0200

#1441899 — [PATCH 3/4] Documentation: dt: usb: atmel-usb: add unit-address

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2016-07-13 01:10 +0200
Subject[PATCH 3/4] Documentation: dt: usb: atmel-usb: add unit-address
Message-ID<rUeYq-3aN-13@gated-at.bofh.it>
The endpoint nodes have a reg property, they also need a unit-address. Add
them in the example.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 Documentation/devicetree/bindings/usb/atmel-usb.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt
index 5883b73ea1b5..f4262ed60582 100644
--- a/Documentation/devicetree/bindings/usb/atmel-usb.txt
+++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt
@@ -113,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>;
@@ -127,7 +127,7 @@ usb2: gadget@fff78000 {
 		atmel,can-isoc;
 	};
 
-	ep2 {
+	ep@2 {
 		reg = <2>;
 		atmel,fifo-size = <1024>;
 		atmel,nb-banks = <2>;
@@ -135,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>;
@@ -157,7 +157,7 @@ usb2: gadget@fff78000 {
 		atmel,can-isoc;
 	};
 
-	ep6 {
+	ep@6 {
 		reg = <6>;
 		atmel,fifo-size = <1024>;
 		atmel,nb-banks = <3>;
-- 
2.8.1

[toc] | [next] | [standalone]


#1444945

FromRob Herring <robh@kernel.org>
Date2016-07-17 00:20 +0200
Message-ID<rVG6e-10k-7@gated-at.bofh.it>
In reply to#1441899
On Wed, Jul 13, 2016 at 01:07:29AM +0200, Alexandre Belloni wrote:
> The endpoint nodes have a reg property, they also need a unit-address. Add
> them in the example.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
>  Documentation/devicetree/bindings/usb/atmel-usb.txt | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web