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/boot/dts/at91sam9n12.dtsi | |
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/boot/dts/at91sam9n12.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12.dtsi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi index d37761846cd5..973bf5fd9800 100644 --- a/arch/arm/boot/dts/at91sam9n12.dtsi +++ b/arch/arm/boot/dts/at91sam9n12.dtsi | |||
@@ -8,6 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "skeleton.dtsi" | 10 | #include "skeleton.dtsi" |
11 | #include <dt-bindings/dma/at91.h> | ||
11 | #include <dt-bindings/pinctrl/at91.h> | 12 | #include <dt-bindings/pinctrl/at91.h> |
12 | #include <dt-bindings/interrupt-controller/irq.h> | 13 | #include <dt-bindings/interrupt-controller/irq.h> |
13 | #include <dt-bindings/gpio/gpio.h> | 14 | #include <dt-bindings/gpio/gpio.h> |
@@ -97,7 +98,7 @@ | |||
97 | compatible = "atmel,hsmci"; | 98 | compatible = "atmel,hsmci"; |
98 | reg = <0xf0008000 0x600>; | 99 | reg = <0xf0008000 0x600>; |
99 | interrupts = <12 IRQ_TYPE_LEVEL_HIGH 0>; | 100 | interrupts = <12 IRQ_TYPE_LEVEL_HIGH 0>; |
100 | dmas = <&dma 1 0>; | 101 | dmas = <&dma 1 AT91_DMA_CFG_PER_ID(0)>; |
101 | dma-names = "rxtx"; | 102 | dma-names = "rxtx"; |
102 | #address-cells = <1>; | 103 | #address-cells = <1>; |
103 | #size-cells = <0>; | 104 | #size-cells = <0>; |
@@ -465,8 +466,8 @@ | |||
465 | compatible = "atmel,at91sam9x5-i2c"; | 466 | compatible = "atmel,at91sam9x5-i2c"; |
466 | reg = <0xf8010000 0x100>; | 467 | reg = <0xf8010000 0x100>; |
467 | interrupts = <9 IRQ_TYPE_LEVEL_HIGH 6>; | 468 | interrupts = <9 IRQ_TYPE_LEVEL_HIGH 6>; |
468 | dmas = <&dma 1 13>, | 469 | dmas = <&dma 1 AT91_DMA_CFG_PER_ID(13)>, |
469 | <&dma 1 14>; | 470 | <&dma 1 AT91_DMA_CFG_PER_ID(14)>; |
470 | dma-names = "tx", "rx"; | 471 | dma-names = "tx", "rx"; |
471 | #address-cells = <1>; | 472 | #address-cells = <1>; |
472 | #size-cells = <0>; | 473 | #size-cells = <0>; |
@@ -477,8 +478,8 @@ | |||
477 | compatible = "atmel,at91sam9x5-i2c"; | 478 | compatible = "atmel,at91sam9x5-i2c"; |
478 | reg = <0xf8014000 0x100>; | 479 | reg = <0xf8014000 0x100>; |
479 | interrupts = <10 IRQ_TYPE_LEVEL_HIGH 6>; | 480 | interrupts = <10 IRQ_TYPE_LEVEL_HIGH 6>; |
480 | dmas = <&dma 1 15>, | 481 | dmas = <&dma 1 AT91_DMA_CFG_PER_ID(15)>, |
481 | <&dma 1 16>; | 482 | <&dma 1 AT91_DMA_CFG_PER_ID(16)>; |
482 | dma-names = "tx", "rx"; | 483 | dma-names = "tx", "rx"; |
483 | #address-cells = <1>; | 484 | #address-cells = <1>; |
484 | #size-cells = <0>; | 485 | #size-cells = <0>; |