diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-08-21 06:31:06 -0400 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2012-10-02 02:58:07 -0400 |
commit | 1dc737c44a11c66f23ebeb09796f52f4b60d59c7 (patch) | |
tree | 35d2020f28bdd4c406eaf2e6909c648ce12a66e5 /arch/arm/boot/dts/highbank.dts | |
parent | 48aa820f1e3824e46dde6251db98e5961abf605d (diff) |
ARM: highbank: add coherent DMA setup
Some highbank DMA masters can support coherent (ACP) or non-coherent DMA.
This sets up dma_map_ops for masters which are configured for coherent DMA.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/highbank.dts')
-rw-r--r-- | arch/arm/boot/dts/highbank.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/highbank.dts b/arch/arm/boot/dts/highbank.dts index 9fecf1ae777b..7414577c177f 100644 --- a/arch/arm/boot/dts/highbank.dts +++ b/arch/arm/boot/dts/highbank.dts | |||
@@ -121,6 +121,7 @@ | |||
121 | compatible = "calxeda,hb-ahci"; | 121 | compatible = "calxeda,hb-ahci"; |
122 | reg = <0xffe08000 0x10000>; | 122 | reg = <0xffe08000 0x10000>; |
123 | interrupts = <0 83 4>; | 123 | interrupts = <0 83 4>; |
124 | dma-coherent; | ||
124 | }; | 125 | }; |
125 | 126 | ||
126 | sdhci@ffe0e000 { | 127 | sdhci@ffe0e000 { |