From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH v6 17/17] ARM: mvebu: add Device Tree description of the EHCI controller on Armada 375 Date: Thu, 15 May 2014 17:26:36 +0400 Message-ID: <5374C08C.7040700@cogentembedded.com> References: <1400149062-32661-1-git-send-email-gregory.clement@free-electrons.com> <1400149062-32661-18-git-send-email-gregory.clement@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1400149062-32661-18-git-send-email-gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Gregory CLEMENT , Mathias Nyman , Greg Kroah-Hartman , Felipe Balbi , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth Cc: Thomas Petazzoni , Ezequiel Garcia , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Lior Amsalem , Tawfik Bayouk , Nadav Haklai , Grant Likely , Rob Herring , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Hello. On 05/15/2014 02:17 PM, Gregory CLEMENT wrote: > The Marvell Armada 375 SoCs contains one EHCI controller. This commit However, you're adding two. :-) > adds the Device Tree description of this interfaces at the SoC level, > and also enables the USB2 port on the Armada 375 DB platform. > Signed-off-by: Gregory CLEMENT > Signed-off-by: Thomas Petazzoni > --- > arch/arm/boot/dts/armada-375-db.dts | 4 ++++ > arch/arm/boot/dts/armada-375.dtsi | 16 ++++++++++++++++ > 2 files changed, 20 insertions(+) [...] > diff --git a/arch/arm/boot/dts/armada-375.dtsi b/arch/arm/boot/dts/armada-375.dtsi > index 7b303ecc2490..53baeb2f1fe8 100644 > --- a/arch/arm/boot/dts/armada-375.dtsi > +++ b/arch/arm/boot/dts/armada-375.dtsi > @@ -320,6 +320,22 @@ > clocks = <&coreclk 0>; > }; > > + usb@50000 { > + compatible = "marvell,orion-ehci"; > + reg = <0x50000 0x500>; > + interrupts = ; > + clocks = <&gateclk 18>; > + status = "disabled"; > + }; > + > + usb@54000 { > + compatible = "marvell,orion-ehci"; > + reg = <0x54000 0x500>; > + interrupts = ; > + clocks = <&gateclk 26>; > + status = "disabled"; > + }; > + > usb3@58000 { > compatible = "marvell,armada-375-xhci"; > reg = <0x58000 0x20000>,<0x5b880 0x80>; > WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html