From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933832AbbBCLzZ (ORCPT ); Tue, 3 Feb 2015 06:55:25 -0500 Received: from mail-la0-f42.google.com ([209.85.215.42]:62060 "EHLO mail-la0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933165AbbBCLzW (ORCPT ); Tue, 3 Feb 2015 06:55:22 -0500 Message-ID: <54D0B712.5020309@cogentembedded.com> Date: Tue, 03 Feb 2015 14:54:58 +0300 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Zubair Lutfullah Kakakhel , stern@rowland.harvard.edu CC: gregkh@linuxfoundation.org, lars@metafoo.de, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH_V4 1/3] dt: usb: jz4740: Add DT binding document for OHCI References: <1422958640-25723-1-git-send-email-Zubair.Kakakhel@imgtec.com> <1422958640-25723-2-git-send-email-Zubair.Kakakhel@imgtec.com> In-Reply-To: <1422958640-25723-2-git-send-email-Zubair.Kakakhel@imgtec.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 2/3/2015 1:17 PM, Zubair Lutfullah Kakakhel wrote: > From: Paul Burton > Add the binding documentation for the JZ4740 OHCI controller. > Signed-off-by: Paul Burton > Signed-off-by: Zubair Lutfullah Kakakhel [...] > diff --git a/Documentation/devicetree/bindings/usb/ingenic,jz4740-ohci.txt b/Documentation/devicetree/bindings/usb/ingenic,jz4740-ohci.txt > new file mode 100644 > index 0000000..29c1934 > --- /dev/null > +++ b/Documentation/devicetree/bindings/usb/ingenic,jz4740-ohci.txt > @@ -0,0 +1,21 @@ > +Ingenic JZ4740 SoC OHCI controller binding > + > +The Ingenic JZ4740 SoC includes an OHCI compliant USB host controller > +interface for use with USB 1.1 devices. > + > +Required properties: > + - compatible: Should be "ingenic,jz4740-ohci" > + - reg: Should contain the address & size of the OHCI controller registers. > + - interrupts: Should specify the interrupt line number > + > +Example for jz4740: > + > +/ { > + ohci: jz4780-ohci@0x134a0000 { The name should be "usb@134a0000", according to the ePAPR standard. [...] WBR, Sergei