You mean we can use pwm2 and I2c simultaneously since we don't use the Tout.
Do you also consider low power audio case? In the previous time to
this reason, HRT uses the RTC and systimer.
anyway thank you for clarification.
Thank you,
Kyungmin Park
On Tue, Jul 27, 2010 at 1:58 PM, Sangbeom Kim
Thanks for your answer,
If you want use to GPD0[2] as I2C_7, you can use it as I2C port.
Because We don't use PWM2 Tout.
We only use pwm timer2 for internal operation.
Thanks,
Kyungmin Park wrote:
>On Tue, Jul 27, 2010 at 1:12 PM, Sangbeom Kim wrote:
>> Hi! Kyungmin,
>>
>> After booting, clock e
On Tue, Jul 27, 2010 at 1:12 PM, Sangbeom Kim wrote:
> Hi! Kyungmin,
>
> After booting, clock event is generated by 2 arm private timers.
> What do you mean by 'change the pwm2 pin to i2c functions' ?
> What do you use for I2C emulation? (TOUT2 or gpio)
> Could you explain it in detail?
In the sp
Hi! Kyungmin,
After booting, clock event is generated by 2 arm private timers.
What do you mean by 'change the pwm2 pin to i2c functions' ?
What do you use for I2C emulation? (TOUT2 or gpio)
Could you explain it in detail?
Thanks and regards,
Sangbeom Kim
Kyungmin Park wrote:
>Can you confirm
Can you confirm that during boot time, change the pwm2 pin to i2c
functions and still it's working correctly?
1. pwm2 is used for clock event at first boot.
2. during i2c init, pwm2 pin is changed to i2c functionality.
then where can get the clockevent?
Another possible scenarios is that.
pwm2 p
From: Changhwan Youn
This patch adds timer support for S5PV310. Until now, all S5P SoCs
use CONFIG_ARCH_USES_GETTIMEOFFSET macro as a default configuration.
Instead,S5PV310 implements clocksource and clock_event_device to
support the high resolution timer and tickless system.
Signed-off-by: Cha