Re: [PATCH v4 5/8] ARM: S5PV310: Add Timer support

2010-07-26 Thread Kyungmin Park
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

Re: [PATCH v4 5/8] ARM: S5PV310: Add Timer support

2010-07-26 Thread Kyungmin Park
On Tue, Jul 27, 2010 at 1:12 PM, Sangbeom Kim sbki...@samsung.com 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

RE: [PATCH v4 5/8] ARM: S5PV310: Add Timer support

2010-07-26 Thread 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 kmp...@infradead.org wrote: On Tue, Jul 27, 2010 at 1:12 PM, Sangbeom Kim sbki...@samsung.com wrote: Hi!

Re: [PATCH v4 5/8] ARM: S5PV310: Add Timer support

2010-07-26 Thread Kyungmin Park
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