Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756100AbcDGNf7 (ORCPT ); Thu, 7 Apr 2016 09:35:59 -0400 Received: from exsmtp01.microchip.com ([198.175.253.37]:58226 "EHLO email.microchip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753065AbcDGNf5 (ORCPT ); Thu, 7 Apr 2016 09:35:57 -0400 Subject: Re: [PATCH v2 1/2] dt/bindings/usb: Add bindings for PIC32 MUSB driver. To: Sergei Shtylyov , References: <460027775-20729-2-git-send-email-purna.mandal@microchip.com> <1460032381-32677-1-git-send-email-purna.mandal@microchip.com> <570661D1.60808@cogentembedded.com> CC: Rob Herring , , Joshua Henderson , , Kumar Gala , Ian Campbell , Pawel Moll , Mark Rutland From: Purna Chandra Mandal Message-ID: <570661D4.6010001@microchip.com> Date: Thu, 7 Apr 2016 19:04:12 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <570661D1.60808@cogentembedded.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2340 Lines: 53 On 04/07/2016 07:04 PM, Sergei Shtylyov wrote: > On 4/7/2016 3:32 PM, Purna Chandra Mandal wrote: > >> Document devicetree binding for the USB controller >> and USB Phy found on Microchip PIC32 class devices. >> >> Signed-off-by: Purna Chandra Mandal >> >> --- >> >> Changes in v2: None >> >> .../bindings/usb/microchip,pic32-musb.txt | 67 ++++++++++++++++++++++ >> 1 file changed, 67 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/usb/microchip,pic32-musb.txt >> >> diff --git a/Documentation/devicetree/bindings/usb/microchip,pic32-musb.txt b/Documentation/devicetree/bindings/usb/microchip,pic32-musb.txt >> new file mode 100644 >> index 0000000..e1cec9d >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/usb/microchip,pic32-musb.txt >> @@ -0,0 +1,67 @@ >> +Microchip PIC32 MUSB DRC/OTG controller >> +------------------------------------------- >> + >> +Required properties: >> + - compatible : should be "microchip,pic32mzda-usb". >> + - reg : offset and length of "MUSB Core Registers" and >> + "USB Clock & Reset Registers". >> + - reg-names : should be "mc", and "usbcr" in order >> + - clocks : clock specifier for the musb controller clock >> + - clock-names : should be "usb_clk" >> + - interrupts : interrupt number for MUSB Core General interrupt >> + and DMA interrupt >> + - interrupt-names : must be "mc" and "dma" in order. >> + - phys : phy specifier for the otg phy. >> + - dr_mode : should be one of "host", "peripheral" or "otg". >> + - mentor,multipoint: Should be "1" indicating the musb controller supports >> + multipoint. This is MUSB configuration-specific setting. >> + - mentor,num-eps : Specifies the number of endpoints. This is also a >> + MUSB configuration-specific setting. Should be set to "8". >> + - mentor,ram-bits : Specifies the ram address size. Should be set to "11". >> + - mentor,power : Should be "500". This signifies the controller can supply >> + up to 500mA when operating in host mode. >> + - phys : phandle of the USB phy. > > Just noticed that "phys" is described twice. :-/ > Noted. Thanks. :) > MBR, Sergei >