Fwd: [PATCH] ARM/nuc900: fix nuc900 touchscreen clk definition bug

0 views
Skip to first unread message

Wan ZongShun

unread,
Jul 15, 2010, 11:04:17 PM7/15/10
to nuc900
FYI。


---------- 已转发邮件 ----------
发件人: Wan ZongShun <mcuo...@gmail.com>
日期: 2010年7月16日 上午11:03
主题: [PATCH] ARM/nuc900: fix nuc900 touchscreen clk definition bug
收件人: linux-arm-kernel <linux-ar...@lists.infradead.org>, LKML
<linux-...@vger.kernel.org>, Russell King <li...@arm.linux.org.uk>


This patch is to fix nuc900 touchscreen clk definition bug,the .dev_id's
name should be 'nuc900-ts', it should be the same to pdev.name. or else,
the touchscreen driver will be not working well due to clock engine disabled.

Signed-off-by: Wan ZongShun <mcuo...@gmail.com>
---
 arch/arm/mach-w90x900/cpu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-w90x900/cpu.c b/arch/arm/mach-w90x900/cpu.c
index 642207e..83c5632 100644
--- a/arch/arm/mach-w90x900/cpu.c
+++ b/arch/arm/mach-w90x900/cpu.c
@@ -93,7 +93,7 @@ static struct clk_lookup nuc900_clkregs[] = {
       DEF_CLKLOOK(&clk_kpi, "nuc900-kpi", NULL),
       DEF_CLKLOOK(&clk_wdt, "nuc900-wdt", NULL),
       DEF_CLKLOOK(&clk_gdma, "nuc900-gdma", NULL),
-       DEF_CLKLOOK(&clk_adc, "nuc900-adc", NULL),
+       DEF_CLKLOOK(&clk_adc, "nuc900-ts", NULL),
       DEF_CLKLOOK(&clk_usi, "nuc900-spi", NULL),
       DEF_CLKLOOK(&clk_ext, NULL, "ext"),
       DEF_CLKLOOK(&clk_timer0, NULL, "timer0"),
--
1.6.3.3

--
*linux-arm-kernel mailing list
mail addr:linux-ar...@lists.infradead.org
you can subscribe by:
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

* linux-arm-NUC900 mailing list
mail addr:NUC...@googlegroups.com
main web: https://groups.google.com/group/NUC900
you can subscribe it by sending me mail:
mcuo...@gmail.com

Reply all
Reply to author
Forward
0 new messages