Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759432AbcJRL66 (ORCPT ); Tue, 18 Oct 2016 07:58:58 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:9563 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759670AbcJRL6t (ORCPT ); Tue, 18 Oct 2016 07:58:49 -0400 Subject: Re: [PATCH] dt-bindings: usb: atmel: fix a couple of copy-paste style typos To: Peter Rosin , , "Alexandre Belloni" References: <1476788718-21143-1-git-send-email-peda@axentia.se> CC: Greg Kroah-Hartman , Rob Herring , Mark Rutland , , , "Jean-Christophe PLAGNIOL-VILLARD" From: Nicolas Ferre Organization: atmel Message-ID: <52ad1387-49fe-1b20-435f-9c77e460b69f@atmel.com> Date: Tue, 18 Oct 2016 13:58:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1476788718-21143-1-git-send-email-peda@axentia.se> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.145.133.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2464 Lines: 61 Le 18/10/2016 ? 13:05, Peter Rosin a ?crit : > Signed-off-by: Peter Rosin Acked-by: Nicolas Ferre 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