Hi,
MCT is only possible from EVT1.0 or later. The current universal_c210
used the EVT0 version.
So can you remove the ifdef and board can select which timer is used?
Please refer the omap implementation and how to use it.
If we use the same configuration, It will be boot failed at
universal_c210
Kukjin Kim wrote:
>
> Minkyu Kang wrote:
> >
> > Dear Kukjin Kim,
> >
> > 2011-02-28 오후 4:42, Kukjin Kim 쓴 글:
> > > Minkyu Kang wrote:
> > >>
> > >> This patch adds Samsung NURI board support.
> > >>
> > >> Signed-off-by: Minkyu Kang
> > >> Signed-off-by: Kyungmin Park
> > >> ---
> > >> This pat
Banajit Goswami wrote:
>
> This patch adds support PWM backlight for S5P SoCs.
>
> 1. Move PWM timer code from plat-s3c24xx to plat-samsung for common
> useability
> 2. Add PWM backlight support for SMDK6410/6440/6450/C100 and SMDKV210
>
> Note: The modification of GPIO F for S5P64X0 patch shoul
Minkyu Kang wrote:
>
> Dear Kukjin Kim,
>
> 2011-02-28 오후 4:42, Kukjin Kim 쓴 글:
> > Minkyu Kang wrote:
> >>
> >> This patch adds Samsung NURI board support.
> >>
> >> Signed-off-by: Minkyu Kang
> >> Signed-off-by: Kyungmin Park
> >> ---
> >> This patch is base on next-exynos4 branch at kgene tr
Banajit Goswami wrote:
>
> This patch modifies the number of total GPIO lines for Bank F
> for Samsung S5P6440 and S5P6450 SoCs from 2 to 16.
> This is necessary as the GPIO lines from 0 to 13 are reserved
> and only lines 14 and 15 are used. As during initialization,
> the line number starts at 0
Dear Kukjin Kim,
2011-02-28 오후 4:42, Kukjin Kim 쓴 글:
> Minkyu Kang wrote:
>>
>> This patch adds Samsung NURI board support.
>>
>> Signed-off-by: Minkyu Kang
>> Signed-off-by: Kyungmin Park
>> ---
>> This patch is base on next-exynos4 branch at kgene tree.
>>
>> arch/arm/configs/exynos4_defconfi
Hi kyungmin,
There is no theoretical reason for Using PWM2, 4.
You can freely use every PWM timer by calling s5p_set_timer_source(..) api.
But I recommend that It would be better timer4 for clocksource.
Because PWM4 doesn't have tout.
Thanks and regards,
S.B. Kim
On Saturday, February 26, 2011 1