diff options
author | Olof Johansson <olof@lixom.net> | 2013-06-14 21:51:21 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-14 21:51:21 -0400 |
commit | ef0a3402cccf75b43b1ed854f57fb11b54a1241a (patch) | |
tree | 671b865c1967e12003fd2716e26b1b69037f683b /arch/arm/mach-at91 | |
parent | 37177faefc22209deb547579d4c2dfd5d6bf30ab (diff) | |
parent | 24ce10e142e7b063c4ae4437dd3b290fbfafe052 (diff) |
Merge tag 'at91-dt' of git://github.com/at91linux/linux-at91 into next/dt
From Nicolas Ferre:
Again some nice DT updates for AT91:
- DMA binding update with one patch shared with slave-dma tree
- more SPI DT activation
- enable the USB gadget HS for DT platforms
* tag 'at91-dt' of git://github.com/at91linux/linux-at91:
ARM: at91: sam9m10g45ek add udc DT support
ARM: at91: sam9g45 add udc DT support
ARM: at91: sam9x5ek add udc DT support
ARM: at91: sam9x5 add udc DT support
ARM: at91: dt: at91sam9x5: add SPI DMA client infos
ARM: at91: dt: switch DMA DT bindings to pre-processor
ARM: at91: dt: add header to define at_hdmac configuration
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/at91sam9g45.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-at91/at91sam9x5.c | 2 |
2 files changed, 4 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[] = { | |||
266 | CLKDEV_CON_DEV_ID(NULL, "fff88000.i2c", &twi1_clk), | 266 | CLKDEV_CON_DEV_ID(NULL, "fff88000.i2c", &twi1_clk), |
267 | CLKDEV_CON_DEV_ID("spi_clk", "fffa4000.spi", &spi0_clk), | 267 | CLKDEV_CON_DEV_ID("spi_clk", "fffa4000.spi", &spi0_clk), |
268 | CLKDEV_CON_DEV_ID("spi_clk", "fffa8000.spi", &spi1_clk), | 268 | CLKDEV_CON_DEV_ID("spi_clk", "fffa8000.spi", &spi1_clk), |
269 | CLKDEV_CON_DEV_ID("hclk", "600000.gadget", &utmi_clk), | ||
270 | CLKDEV_CON_DEV_ID("pclk", "600000.gadget", &udphs_clk), | ||
269 | /* fake hclk clock */ | 271 | /* fake hclk clock */ |
270 | CLKDEV_CON_DEV_ID("hclk", "at91_ohci", &uhphs_clk), | 272 | CLKDEV_CON_DEV_ID("hclk", "at91_ohci", &uhphs_clk), |
271 | CLKDEV_CON_DEV_ID(NULL, "fffff200.gpio", &pioA_clk), | 273 | CLKDEV_CON_DEV_ID(NULL, "fffff200.gpio", &pioA_clk), |
diff --git a/arch/arm/mach-at91/at91sam9x5.c b/arch/arm/mach-at91/at91sam9x5.c index e631fec040ce..2abee6626aac 100644 --- a/arch/arm/mach-at91/at91sam9x5.c +++ b/arch/arm/mach-at91/at91sam9x5.c | |||
@@ -249,6 +249,8 @@ static struct clk_lookup periph_clocks_lookups[] = { | |||
249 | CLKDEV_CON_DEV_ID("hclk", "600000.ohci", &uhphs_clk), | 249 | CLKDEV_CON_DEV_ID("hclk", "600000.ohci", &uhphs_clk), |
250 | CLKDEV_CON_DEV_ID("ohci_clk", "600000.ohci", &uhphs_clk), | 250 | CLKDEV_CON_DEV_ID("ohci_clk", "600000.ohci", &uhphs_clk), |
251 | CLKDEV_CON_DEV_ID("ehci_clk", "700000.ehci", &uhphs_clk), | 251 | CLKDEV_CON_DEV_ID("ehci_clk", "700000.ehci", &uhphs_clk), |
252 | CLKDEV_CON_DEV_ID("hclk", "500000.gadget", &utmi_clk), | ||
253 | CLKDEV_CON_DEV_ID("pclk", "500000.gadget", &udphs_clk), | ||
252 | }; | 254 | }; |
253 | 255 | ||
254 | /* | 256 | /* |