Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753123AbaBGPqn (ORCPT ); Fri, 7 Feb 2014 10:46:43 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:52569 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753080AbaBGPql (ORCPT ); Fri, 7 Feb 2014 10:46:41 -0500 Message-ID: <52F4FFD3.3070602@atmel.com> Date: Fri, 7 Feb 2014 16:46:27 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Boris BREZILLON CC: Jean-Christophe Plagniol-Villard , Russell King , , , Subject: Re: [PATCH] ARM: at91/dt: fix sama5d3 ohci hclk clock reference References: <1389885934-26119-1-git-send-email-b.brezillon@overkiz.com> In-Reply-To: <1389885934-26119-1-git-send-email-b.brezillon@overkiz.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/01/2014 16:25, Boris BREZILLON : > The hclk clock of the ohci node is referencing udphs_clk instead of > uhphs_clk. > > Signed-off-by: Boris BREZILLON Acked-by: Nicolas Ferre Added to at91-3.14-fixes Thanks, > --- > arch/arm/boot/dts/sama5d3.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi > index e398e5d..31356e2 100644 > --- a/arch/arm/boot/dts/sama5d3.dtsi > +++ b/arch/arm/boot/dts/sama5d3.dtsi > @@ -1195,7 +1195,7 @@ > compatible = "atmel,at91rm9200-ohci", "usb-ohci"; > reg = <0x00600000 0x100000>; > interrupts = <32 IRQ_TYPE_LEVEL_HIGH 2>; > - clocks = <&usb>, <&uhphs_clk>, <&udphs_clk>, > + clocks = <&usb>, <&uhphs_clk>, <&uhphs_clk>, > <&uhpck>; > clock-names = "usb_clk", "ohci_clk", "hclk", "uhpck"; > status = "disabled"; > -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/