Message ID | 201309251029.44265.jbe@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Jürgen, On 25/09/13 10:29, Jürgen Beisert wrote: > Change one single line: > > diff --git a/arch/arm/mach-s3c24xx/mach-mini2440.c b/arch/arm/mach-s3c24xx/mach-mini2440.c > index a83db46..d8273da 100644 > --- a/arch/arm/mach-s3c24xx/mach-mini2440.c > +++ b/arch/arm/mach-s3c24xx/mach-mini2440.c > @@ -519,6 +519,7 @@ static struct platform_device *mini2440_devices[] __initdata = { > &s3c_device_iis, > &uda1340_codec, > &mini2440_audio, > + &s3c_device_timer[0], > }; I think you need to add instead: &samsung_device_pwm, IIRC I had this working, can't verify at the moment as I don't have access to the board right now. Please see commit: 7fa33bdb4c44155e390c9ebbc5aa4c5cfc73f6fa ARM: SAMSUNG: Modify board files to use new PWM platform device -- Regards, Sylwester
Hi Sylwester, On Wednesday 25 September 2013 11:18:52 Sylwester Nawrocki wrote: > On 25/09/13 10:29, Jürgen Beisert wrote: > > Change one single line: > > > > diff --git a/arch/arm/mach-s3c24xx/mach-mini2440.c > > b/arch/arm/mach-s3c24xx/mach-mini2440.c index a83db46..d8273da 100644 > > --- a/arch/arm/mach-s3c24xx/mach-mini2440.c > > +++ b/arch/arm/mach-s3c24xx/mach-mini2440.c > > @@ -519,6 +519,7 @@ static struct platform_device *mini2440_devices[] > > __initdata = { &s3c_device_iis, > > &uda1340_codec, > > &mini2440_audio, > > + &s3c_device_timer[0], > > }; > > I think you need to add instead: > > &samsung_device_pwm, > > IIRC I had this working, can't verify at the moment as I don't > have access to the board right now. Please see commit: > > 7fa33bdb4c44155e390c9ebbc5aa4c5cfc73f6fa > ARM: SAMSUNG: Modify board files to use new PWM platform device Seems valid for 3.12, but not for 3.11. Regards, Juergen
diff --git a/arch/arm/mach-s3c24xx/mach-mini2440.c b/arch/arm/mach-s3c24xx/mach-mini2440.c index a83db46..d8273da 100644 --- a/arch/arm/mach-s3c24xx/mach-mini2440.c +++ b/arch/arm/mach-s3c24xx/mach-mini2440.c @@ -519,6 +519,7 @@ static struct platform_device *mini2440_devices[] __initdata = { &s3c_device_iis, &uda1340_codec, &mini2440_audio, + &s3c_device_timer[0], }; static void __init mini2440_map_io(void)