在这里说明: SD卡移植没有成功 !!不知道怎么弄了,哪位 大哥 搞定的 ,留留言啊。
使用的是 2.6.33 内核!!!!!
我的方法是:修改 drivers/mmc/host/s3cmci.c,在 probe 函数中添加
- 1648 行
-
-
disable_irq(host->irq);
-
-
//### add start
-
//host->irq_cd = s3c2410_gpio_getirq(host->pdata->gpio_detect);
-
host->irq_cd = IRQ_EINT16;
-
s3c2410_gpio_cfgpin(S3C2410_GPG(8), S3C2410_GPG8_EINT16);
-
注意这里是 S3C2410_GPG(8)
-
//### add end
-
host->irq_state = false;
没有成功,不管了。。。
阅读(684) | 评论(0) | 转发(0) |