diff options
author | John Crispin <blogic@openwrt.org> | 2011-05-06 00:10:00 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-05-19 09:55:43 +0100 |
commit | dfec1a827d2bdc35d0990afd100f79a685ec0985 (patch) | |
tree | 72d87305a10e126a9cb1f7243d8a37947bc5a4b3 /arch/mips/lantiq/xway/devices.h | |
parent | 2f0fc4159a6abc20b13569522c545150b99485cf (diff) |
MIPS: Lantiq: Add DMA support
This patch adds support for the DMA engine found inside the XWAY family of
SoCs. The engine has 5 ports and 20 channels.
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Ralph Hempel <ralph.hempel@lantiq.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2355/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq/xway/devices.h')
-rw-r--r-- | arch/mips/lantiq/xway/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/lantiq/xway/devices.h b/arch/mips/lantiq/xway/devices.h index 51f56b5a9fb..d5730842340 100644 --- a/arch/mips/lantiq/xway/devices.h +++ b/arch/mips/lantiq/xway/devices.h @@ -10,6 +10,7 @@ #define _LTQ_DEVICES_XWAY_H__ #include "../devices.h" +#include <linux/phy.h> extern void ltq_register_gpio(void); extern void ltq_register_gpio_stp(void); |