提交 951b8e4e 编写于 作者: A Andy Shevchenko 提交者: Tejun Heo

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: NRob Herring <robh@kernel.org>
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: NTejun Heo <tj@kernel.org>
上级 bb08ab6a
...@@ -190,12 +190,21 @@ ...@@ -190,12 +190,21 @@
/* DMA */ 0x2 &UIC0 0xc 0x4>; /* 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 { SATA0: sata@bffd1000 {
compatible = "amcc,sata-460ex"; compatible = "amcc,sata-460ex";
reg = <4 0xbffd1000 0x800 4 0xbffd0800 0x400>; reg = <4 0xbffd1000 0x800>;
interrupt-parent = <&UIC3>; interrupt-parent = <&UIC3>;
interrupts = <0x0 0x4 /* SATA */ interrupts = <0x0 0x4>;
0x5 0x4>; /* AHBDMA */ dmas = <&AHBDMA 0 1 0>;
dma-names = "sata-dma";
}; };
POB0: opb { POB0: opb {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册