
1 Aug
2017
1 Aug
'17
11:48 a.m.
On 28 July 2017 at 10:31, Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
The timer-uclass depends on full OF_CONTROL through its interrogation of /chosen and the code to determine the clock-frequency.
For the OF_PLATDATA case, these code-paths are disabled and it becomes the timer driver's responsibility to correctly set the clock-frequency in the uclass priv-data.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
drivers/timer/timer-uclass.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org