Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755046AbaGKQfD (ORCPT ); Fri, 11 Jul 2014 12:35:03 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:5972 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752520AbaGKQfB (ORCPT ); Fri, 11 Jul 2014 12:35:01 -0400 From: Nicolas Ferre To: , Arnd Bergmann , Olof Johansson , ARM Maintainers CC: Bo Shen , Alexandre Belloni , , , Nicolas Ferre Subject: [PATCH] ARM: at91: at91sam9x5: add clocks for usb device Date: Fri, 11 Jul 2014 18:34:56 +0200 Message-ID: <1405096496-4139-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 1.8.2.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Bo Shen Add clocks for usb device, or else switch to CCF, the gadget won't work. Reported-by: Jiri Prchal Signed-off-by: Bo Shen Acked-by: Alexandre Belloni Tested-by: Jiri Prchal Signed-off-by: Nicolas Ferre --- Arnd, Olof, Kevin, This fix is the only one that I have for 3.16-rc currently. Can you please take it as a patch and queue it? It can go on top of already sent AT91 fixes for 3.16 or a 3.16-rc4. Best regards, arch/arm/boot/dts/at91sam9x5.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index d6133f497207..2ebc42140ea6 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi @@ -1045,6 +1045,8 @@ reg = <0x00500000 0x80000 0xf803c000 0x400>; interrupts = <23 IRQ_TYPE_LEVEL_HIGH 0>; + clocks = <&usb>, <&udphs_clk>; + clock-names = "hclk", "pclk"; status = "disabled"; ep0 { -- 1.8.2.2 -- 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/