
2 Oct
2018
2 Oct
'18
1:20 p.m.
On 9 August 2018 at 01:42, Ley Foon Tan ley.foon.tan@intel.com wrote:
On Wed, 2018-08-08 at 22:10 +0200, Marek Vasut wrote:
Add trivial implementation of the clk dump in case DM is enabled. This implementation just iterates over all the clock registered with the CLK uclass and prints their rate.
Signed-off-by: Marek Vasut marex@denx.de Cc: Chin Liang See chin.liang.see@intel.com Cc: Dinh Nguyen dinguyen@kernel.org Cc: Ley Foon Tan ley.foon.tan@intel.com Cc: Simon Glass sjg@chromium.org Cc: Tom Rini trini@konsulko.com
cmd/clk.c | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+)
Applied to u-boot-dm, and now in mainline, thanks!