Hi Sean,
If you want to start using dialer on GTA02V4, you can temporarily use
this patch. This patch can be disable GSM download GPIO. That will
affect sound quality. Or you can wait our GTA02V5. You can use Jelan's
two alsa state files. Thanks.
cheers,
willie
diff --git a/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c b/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
index a877ff2..542b2e1 100644
--- a/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
+++ b/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
@@ -25,6 +25,7 @@
#ifdef CONFIG_MACH_NEO1973_GTA02
#include <asm/arch/gta02.h>
#include <linux/pcf50633.h>
+#include <asm/arch/regs-gpioj.h>
#endif
struct gta01pm_priv {
@@ -194,6 +195,8 @@ static int __init gta01_gsm_probe(struct platform_device *pdev)
case GTA02v3_SYSTEM_REV:
case GTA02v4_SYSTEM_REV:
gta01_gsm.gpio_ngsm_en = 0;
+ s3c2410_gpio_cfgpin(GTA02v4_GPIO_nDL_GSM, S3C2410_GPIO_OUTPUT);
+ s3c2410_gpio_setpin(GTA02v4_GPIO_nDL_GSM,1);
break;
#endif
default: