commit | 163796cd7db07fac20c411f4a922fb54ccc1f459 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Jul 28 17:19:58 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Aug 13 17:12:36 2017 +0200 |
tree | 3f62c51e4cda6eec40c1ad1d882e9d3e07cf8c86 | |
parent | edfcaa38815a4ecc09a64f8e120e17aefea51c53 [diff] |
timer: add OF_PLATDATA support for timer-uclass 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> Reviewed-by: Simon Glass <sjg@chromium.org>