From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424346AbcFHKGT (ORCPT ); Wed, 8 Jun 2016 06:06:19 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:1486 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752000AbcFHKGR (ORCPT ); Wed, 8 Jun 2016 06:06:17 -0400 Subject: Re: [PATCH v3 2/2] ARM: at91/dt: sama5d2: Use new compatible for ohci node To: Wenyou Yang , Alan Stern , Greg Kroah-Hartman , Rob Herring , Pawel Moll , Mark Brown , Ian Campbell , "Kumar Gala" , Alexandre Belloni References: <1465359311-14544-1-git-send-email-wenyou.yang@atmel.com> <1465359311-14544-3-git-send-email-wenyou.yang@atmel.com> CC: , , , From: Nicolas Ferre Organization: atmel Message-ID: <5757EE13.1080107@atmel.com> Date: Wed, 8 Jun 2016 12:06:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1465359311-14544-3-git-send-email-wenyou.yang@atmel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 08/06/2016 06:15, Wenyou Yang a écrit : > Use compatible "atmel,sama5d2-ohci" to be capable of suspending > ports while sleep to save the power consumption. > > Signed-off-by: Wenyou Yang > --- > > Changes in v3: None > Changes in v2: > - Use the new compatible for ohci-node. > > arch/arm/boot/dts/sama5d2.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi > index 78996bd..03d6724 100644 > --- a/arch/arm/boot/dts/sama5d2.dtsi > +++ b/arch/arm/boot/dts/sama5d2.dtsi > @@ -232,7 +232,7 @@ > }; > > usb1: ohci@00400000 { > - compatible = "atmel,at91rm9200-ohci", "usb-ohci"; > + compatible = "atmel,sama5d2-ohci", "usb-ohci"; We must change this to: + compatible = "atmel,sama5d2-ohci", "atmel,at91rm9200-ohci", "usb-ohci"; To make it independent from the one that may reach Mainline through the USB git tree. > reg = <0x00400000 0x100000>; > interrupts = <41 IRQ_TYPE_LEVEL_HIGH 2>; > clocks = <&uhphs_clk>, <&uhphs_clk>, <&uhpck>; > Bye, -- Nicolas Ferre