diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2016-04-26 11:03:24 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-05-12 16:54:22 +0200 |
commit | 951b8e4e673196932fa4c3b87d719644636e5ac9 (patch) | |
tree | 3dc809171c4baefeb4fcae33a9ba934868442e17 /arch/powerpc | |
parent | ata: sata_dwc_460ex: make debug messages neat (diff) | |
download | linux-951b8e4e673196932fa4c3b87d719644636e5ac9.tar.xz linux-951b8e4e673196932fa4c3b87d719644636e5ac9.zip |
powerpc/4xx: Device tree update for the 460ex DWC SATA
Device tree update for the Applied micro processor 460ex on-chip SATA to use
"dmas" property.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/canyonlands.dts | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/canyonlands.dts b/arch/powerpc/boot/dts/canyonlands.dts index 3dc75deafbb3..549c24c4c388 100644 --- a/arch/powerpc/boot/dts/canyonlands.dts +++ b/arch/powerpc/boot/dts/canyonlands.dts @@ -190,12 +190,21 @@ /* DMA */ 0x2 &UIC0 0xc 0x4>; }; + AHBDMA: dma@bffd0800 { + compatible = "snps,dma-spear1340"; + reg = <4 0xbffd0800 0x400>; + interrupt-parent = <&UIC3>; + interrupts = <0x5 0x4>; + #dma-cells = <3>; + }; + SATA0: sata@bffd1000 { compatible = "amcc,sata-460ex"; - reg = <4 0xbffd1000 0x800 4 0xbffd0800 0x400>; + reg = <4 0xbffd1000 0x800>; interrupt-parent = <&UIC3>; - interrupts = <0x0 0x4 /* SATA */ - 0x5 0x4>; /* AHBDMA */ + interrupts = <0x0 0x4>; + dmas = <&AHBDMA 0 1 0>; + dma-names = "sata-dma"; }; POB0: opb { |