--- arch/arm/mach-s3c2440/Kconfig | 1 + arch/arm/mach-s3c2440/mach-gta02.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) Index: linux-2.6.22-atheros-ng/arch/arm/mach-s3c2440/Kconfig =================================================================== --- linux-2.6.22-atheros-ng.orig/arch/arm/mach-s3c2440/Kconfig 2007-11-08 14:56:32.000000000 +0100 +++ linux-2.6.22-atheros-ng/arch/arm/mach-s3c2440/Kconfig 2007-11-13 11:36:42.000000000 +0100 @@ -76,6 +76,7 @@ config MACH_NEO1973_GTA02 bool "FIC Neo1973 GSM Phone (GTA02 Hardware)" select CPU_S3C2440 + select CPU_S3C2442 select SENSORS_PCF50633 help Say Y here if you are using the FIC Neo1973 GSM Phone Index: linux-2.6.22-atheros-ng/arch/arm/mach-s3c2440/mach-gta02.c =================================================================== --- linux-2.6.22-atheros-ng.orig/arch/arm/mach-s3c2440/mach-gta02.c 2007-11-13 11:35:09.000000000 +0100 +++ linux-2.6.22-atheros-ng/arch/arm/mach-s3c2440/mach-gta02.c 2007-12-21 16:19:23.000000000 +0100 @@ -310,7 +310,7 @@ &s3c_device_wdt, &s3c_device_i2c, &s3c_device_iis, - // &s3c_device_sdi, /* FIXME: temporary disable to avoid s3cmci bind */ + &s3c_device_sdi, &s3c_device_usbgadget, &s3c_device_nand, &s3c_device_ts,