|
@@ -28,10 +28,6 @@
|
|
|
#include <asm/mach/map.h>
|
|
|
#include <asm/mach/irq.h>
|
|
|
|
|
|
-#include <mach/anubis-map.h>
|
|
|
-#include <mach/anubis-irq.h>
|
|
|
-#include <mach/anubis-cpld.h>
|
|
|
-
|
|
|
#include <mach/hardware.h>
|
|
|
#include <asm/irq.h>
|
|
|
#include <asm/mach-types.h>
|
|
@@ -55,8 +51,9 @@
|
|
|
#include <plat/cpu.h>
|
|
|
#include <linux/platform_data/asoc-s3c24xx_simtec.h>
|
|
|
|
|
|
-#include "simtec.h"
|
|
|
+#include "anubis.h"
|
|
|
#include "common.h"
|
|
|
+#include "simtec.h"
|
|
|
|
|
|
#define COPYRIGHT ", Copyright 2005-2009 Simtec Electronics"
|
|
|
|
|
@@ -237,7 +234,7 @@ static struct pata_platform_info anubis_ide_platdata = {
|
|
|
static struct resource anubis_ide0_resource[] = {
|
|
|
[0] = DEFINE_RES_MEM(S3C2410_CS3, 8 * 32),
|
|
|
[2] = DEFINE_RES_MEM(S3C2410_CS3 + (1 << 26) + (6 * 32), 32),
|
|
|
- [3] = DEFINE_RES_IRQ(IRQ_IDE0),
|
|
|
+ [3] = DEFINE_RES_IRQ(ANUBIS_IRQ_IDE0),
|
|
|
};
|
|
|
|
|
|
static struct platform_device anubis_device_ide0 = {
|
|
@@ -254,7 +251,7 @@ static struct platform_device anubis_device_ide0 = {
|
|
|
static struct resource anubis_ide1_resource[] = {
|
|
|
[0] = DEFINE_RES_MEM(S3C2410_CS4, 8 * 32),
|
|
|
[1] = DEFINE_RES_MEM(S3C2410_CS4 + (1 << 26) + (6 * 32), 32),
|
|
|
- [2] = DEFINE_RES_IRQ(IRQ_IDE0),
|
|
|
+ [2] = DEFINE_RES_IRQ(ANUBIS_IRQ_IDE0),
|
|
|
};
|
|
|
|
|
|
static struct platform_device anubis_device_ide1 = {
|
|
@@ -279,7 +276,7 @@ static struct ax_plat_data anubis_asix_platdata = {
|
|
|
|
|
|
static struct resource anubis_asix_resource[] = {
|
|
|
[0] = DEFINE_RES_MEM(S3C2410_CS5, 0x20 * 0x20),
|
|
|
- [1] = DEFINE_RES_IRQ(IRQ_ASIX),
|
|
|
+ [1] = DEFINE_RES_IRQ(ANUBIS_IRQ_ASIX),
|
|
|
};
|
|
|
|
|
|
static struct platform_device anubis_device_asix = {
|