summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/at91sam9g45.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD2013-05-03 14:56:01 +0200
committerNicolas Ferre2013-06-15 00:15:22 +0200
commit3cba498f01d05f9fe4dae8fb4cc49ee0a1b28aac (patch)
treef44a0275baf044931ca033d9712cdd4fa9c6eb5f /arch/arm/mach-at91/at91sam9g45.c
parentARM: at91: sam9x5ek add udc DT support (diff)
downloadkernel-qcow2-linux-3cba498f01d05f9fe4dae8fb4cc49ee0a1b28aac.tar.gz
kernel-qcow2-linux-3cba498f01d05f9fe4dae8fb4cc49ee0a1b28aac.tar.xz
kernel-qcow2-linux-3cba498f01d05f9fe4dae8fb4cc49ee0a1b28aac.zip
ARM: at91: sam9g45 add udc DT support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Tested-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/at91sam9g45.c')
-rw-r--r--arch/arm/mach-at91/at91sam9g45.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/at91sam9g45.c b/arch/arm/mach-at91/at91sam9g45.c
index 8b7fce067652..95a418a7aabe 100644
--- a/arch/arm/mach-at91/at91sam9g45.c
+++ b/arch/arm/mach-at91/at91sam9g45.c
@@ -266,6 +266,8 @@ static struct clk_lookup periph_clocks_lookups[] = {
CLKDEV_CON_DEV_ID(NULL, "fff88000.i2c", &twi1_clk),
CLKDEV_CON_DEV_ID("spi_clk", "fffa4000.spi", &spi0_clk),
CLKDEV_CON_DEV_ID("spi_clk", "fffa8000.spi", &spi1_clk),
+ CLKDEV_CON_DEV_ID("hclk", "600000.gadget", &utmi_clk),
+ CLKDEV_CON_DEV_ID("pclk", "600000.gadget", &udphs_clk),
/* fake hclk clock */
CLKDEV_CON_DEV_ID("hclk", "at91_ohci", &uhphs_clk),
CLKDEV_CON_DEV_ID(NULL, "fffff200.gpio", &pioA_clk),