From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755391AbbFSSon (ORCPT ); Fri, 19 Jun 2015 14:44:43 -0400 Received: from mail-la0-f48.google.com ([209.85.215.48]:34661 "EHLO mail-la0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752899AbbFSSog (ORCPT ); Fri, 19 Jun 2015 14:44:36 -0400 Message-ID: <5584630F.2070402@cogentembedded.com> Date: Fri, 19 Jun 2015 21:44:31 +0300 From: Sergei Shtylyov Organization: Cogent Embedded User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Robert Jarzmik , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala CC: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 6/6] ARM: dts: pxa: add the usb host controller References: <1434739102-26217-1-git-send-email-robert.jarzmik@free.fr> <1434739102-26217-6-git-send-email-robert.jarzmik@free.fr> In-Reply-To: <1434739102-26217-6-git-send-email-robert.jarzmik@free.fr> 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 06/19/2015 09:38 PM, Robert Jarzmik wrote: > Add the usb host controller to pxa27x and pxa3xx. > Signed-off-by: Robert Jarzmik > --- > arch/arm/boot/dts/pxa27x.dtsi | 8 ++++++++ > arch/arm/boot/dts/pxa3xx.dtsi | 8 ++++++++ > 2 files changed, 16 insertions(+) > diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi > index fc79df9..97220ac 100644 > --- a/arch/arm/boot/dts/pxa27x.dtsi > +++ b/arch/arm/boot/dts/pxa27x.dtsi > @@ -26,6 +26,14 @@ > clocks = <&clks CLK_NONE>; > }; > > + pxa27x_ohci: ohci@4c000000 { Sigh. ePAPR standardizes the "usb" name for such nodes. [...] > diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi > index 29aeac5..67bd4fe 100644 > --- a/arch/arm/boot/dts/pxa3xx.dtsi > +++ b/arch/arm/boot/dts/pxa3xx.dtsi > @@ -86,6 +86,14 @@ > dma-names = "rx", "tx"; > status = "disabled"; > }; > + > + pxa3xx_ohci: ohci@4c000000 { Ditto. [...] WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/