Re: [PATCH V5 1/5] clocksource: imx-sysctr: Add internal clock divider handle

2019-08-06 Thread Daniel Lezcano
On 06/08/2019 03:55, Anson Huang wrote: > Gentle ping... Coming back from vacation. It is in the pipe ... :) >> From: Anson Huang >> >> The system counter block guide states that the base clock is internally >> divided >> by 3 before use, that means the clock input of system counter defined in

RE: [PATCH V5 1/5] clocksource: imx-sysctr: Add internal clock divider handle

2019-08-05 Thread Anson Huang
Gentle ping... > From: Anson Huang > > The system counter block guide states that the base clock is internally > divided > by 3 before use, that means the clock input of system counter defined in DT > should be base clock which is normally from OSC, and then internally divided > by 3 before

[PATCH V5 1/5] clocksource: imx-sysctr: Add internal clock divider handle

2019-07-10 Thread Anson . Huang
From: Anson Huang The system counter block guide states that the base clock is internally divided by 3 before use, that means the clock input of system counter defined in DT should be base clock which is normally from OSC, and then internally divided by 3 before use. Signed-off-by: Anson Huang