Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1502935
| From | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] dt-bindings: usb: atmel: fix a couple of copy-paste style typos |
| Date | 2016-10-18 14:00 +0200 |
| Message-ID | <stBdL-17v-9@gated-at.bofh.it> (permalink) |
| References | <stBdL-17v-11@gated-at.bofh.it> |
| Organization | atmel |
Le 18/10/2016 à 13:05, Peter Rosin a écrit : > Signed-off-by: Peter Rosin <peda@axentia.se> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> We may take it in a future at91-x.y-dt branch which will go through arm-soc. Thanks > --- > Documentation/devicetree/bindings/usb/atmel-usb.txt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt > index f4262ed60582..ad8ea56a9ed3 100644 > --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt > +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt > @@ -6,9 +6,9 @@ Required properties: > - 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 > + - interrupts: Should contain ohci interrupt > - clocks: Should reference the peripheral, host and system clocks > - - clock-names: Should contains two strings > + - clock-names: Should contain three strings > "ohci_clk" for the peripheral clock > "hclk" for the host clock > "uhpck" for the system clock > @@ -35,7 +35,7 @@ Required properties: > - reg: Address and length of the register set for the device > - interrupts: Should contain ehci interrupt > - clocks: Should reference the peripheral and the UTMI clocks > - - clock-names: Should contains two strings > + - clock-names: Should contain two strings > "ehci_clk" for the peripheral clock > "usb_clk" for the UTMI clock > > @@ -58,7 +58,7 @@ Required properties: > - reg: Address and length of the register set for the device > - interrupts: Should contain macb interrupt > - clocks: Should reference the peripheral and the AHB clocks > - - clock-names: Should contains two strings > + - clock-names: Should contain two strings > "pclk" for the peripheral clock > "hclk" for the AHB clock > > @@ -85,7 +85,7 @@ Required properties: > - reg: Address and length of the register set for the device > - interrupts: Should contain usba interrupt > - clocks: Should reference the peripheral and host clocks > - - clock-names: Should contains two strings > + - clock-names: Should contain two strings > "pclk" for the peripheral clock > "hclk" for the host clock > - ep childnode: To specify the number of endpoints and their properties. > -- Nicolas Ferre
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] dt-bindings: usb: atmel: fix a couple of copy-paste style typos Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-10-18 14:00 +0200 Re: [PATCH] dt-bindings: usb: atmel: fix a couple of copy-paste style typos Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-10-20 17:40 +0200
csiph-web