Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: at91: at91sam9x5: add clocks for usb device

Add clocks for usb device, or else switch to CCF, the gadget
won't work.

Reported-by: Jiri Prchal <jiri.prchal@aksignal.cz>
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Tested-by: Jiri Prchal <jiri.prchal@aksignal.cz>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Olof Johansson <olof@lixom.net>

authored by

Bo Shen and committed by
Olof Johansson
363d4ddc c58a27a4

+2
+2
arch/arm/boot/dts/at91sam9x5.dtsi
··· 1045 1045 reg = <0x00500000 0x80000 1046 1046 0xf803c000 0x400>; 1047 1047 interrupts = <23 IRQ_TYPE_LEVEL_HIGH 0>; 1048 + clocks = <&usb>, <&udphs_clk>; 1049 + clock-names = "hclk", "pclk"; 1048 1050 status = "disabled"; 1049 1051 1050 1052 ep0 {