From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992440AbaEPTIK (ORCPT ); Fri, 16 May 2014 15:08:10 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:53346 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757402AbaEPTII (ORCPT ); Fri, 16 May 2014 15:08:08 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 96.249.243.124 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX184/bbFqybhovILC1aQI/TNoznMg2P3zkw= X-DKIM: OpenDKIM Filter v2.0.1 titan 740CD5781E7 Date: Fri, 16 May 2014 15:07:52 -0400 From: Jason Cooper To: Gregory CLEMENT Cc: Mathias Nyman , Greg Kroah-Hartman , Felipe Balbi , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Lunn , Sebastian Hesselbarth , Thomas Petazzoni , Ezequiel Garcia , linux-arm-kernel@lists.infradead.org, Lior Amsalem , Tawfik Bayouk , Nadav Haklai , Grant Likely , Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH v6 14/17] ARM: mvebu: add Device Tree description of xHCI controllers on Armada 38x Message-ID: <20140516190752.GP27822@titan.lakedaemon.net> References: <1400149062-32661-1-git-send-email-gregory.clement@free-electrons.com> <1400149062-32661-15-git-send-email-gregory.clement@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400149062-32661-15-git-send-email-gregory.clement@free-electrons.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 15, 2014 at 12:17:39PM +0200, Gregory CLEMENT wrote: > The Marvell Armada 38x SoCs contains two xHCI controllers. This commit > adds the Device Tree description of those interfaces at the SoC level, > and also enables the two USB3 ports on the Armada 385 DB platform and > one USB3 port on the Armada 385 RD platform. > > Signed-off-by: Gregory CLEMENT > Signed-off-by: Thomas Petazzoni > --- > arch/arm/boot/dts/armada-385-db.dts | 8 ++++++++ > arch/arm/boot/dts/armada-385-rd.dts | 4 ++++ > arch/arm/boot/dts/armada-38x.dtsi | 17 +++++++++++++++++ > 3 files changed, 29 insertions(+) Patches 14 through 17 applied to mvebu/dt. Patch 17 amended as Sergei suggested. thx, Jason.