From 9416da3dc7f3ac04ac09d59907fdf3bcaaa27d00 Mon Sep 17 00:00:00 2001 From: Matt Hsu Date: Mon, 9 Mar 2009 08:51:06 +0000 Subject: [PATCH] qi-3d7k-GPK6-should-be-set-as-output.patch Hi Andy, Sorry, previous patch to enable reset function of LCM is not working stably somehow. :( Since it's pin configuration is input. Attached patch is to set LCM reset pin as output. Cheers, Matt --- qiboot/src/cpu/s3c6410/om_3d7k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiboot/src/cpu/s3c6410/om_3d7k.c b/qiboot/src/cpu/s3c6410/om_3d7k.c index 18be867..814d4d8 100644 --- a/qiboot/src/cpu/s3c6410/om_3d7k.c +++ b/qiboot/src/cpu/s3c6410/om_3d7k.c @@ -546,7 +546,7 @@ void port_init_om_3d7k(void) (0 << 12) | /* GPK3 - input (NC) */ (0 << 16) | /* GPK4 - input (NC) */ (0 << 20) | /* GPK5 - input (NC) */ - (0 << 24) | /* GPK6 - input (NC) */ + (1 << 24) | /* GPK6 - output */ (0 << 28) /* GPK7 - input (NC) */ ; __REG(GPKCON1) =