Re: irq

From: Matthew Reimer <mreimer_at_vpop.net>
Date: Sat, 27 Mar 2004 02:31:18 -0600

Michael Opdenacker wrote:

> No, I haven't managed to make LEDs work with the shamcop_base driver
> (shamcop_set_leds function). However, it does work from a simplistic
> module (try "insmod /root/led.ko" in the rootfs).
> I definitely need to spend time on this, hopefully this week-end!

Michael and Alain,

I got the NAND flash driver to work reliably, even dumping my whole ROM
(though without ECC, so it's not reliable). The patch below did the
trick. It might solve the adc/ts and led problems too.

Matt

diff -u -p -r1.22 h2200.c
--- arch/arm/mach-pxa/h2200.c 12 Mar 2004 12:20:58 -0000 1.22
+++ arch/arm/mach-pxa/h2200.c 27 Mar 2004 08:27:29 -0000
@@ -633,8 +633,8 @@ static struct resource shamcop_resources
 };
 
 static struct ipaq_shamcop_platform_data shamcop_platform_data = {
- .clocksleep = _SHAMCOP_CPM_ClockSleep,
- .pllcontrol = 0x60002, /* value from wince via
bootblaster */
+ .clocksleep = SHAMCOP_CPM_CLKSLEEP_UCLK_ON,
+ .pllcontrol = 0xd15e, /* value from wince via haret */
 };
 
 struct platform_device h2200_shamcop = {
Received on Sat Mar 27 2004 - 08:31:22 EST

This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:19:26 EDT