[U-Boot] [RFC][PATCH] cmd: clk: Add trivial implementation of clock dump for DM
Simon Glass
sjg at chromium.org
Tue Oct 2 11:20:54 UTC 2018
On 9 August 2018 at 01:42, Ley Foon Tan <ley.foon.tan at 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 at denx.de>
>> Cc: Chin Liang See <chin.liang.see at intel.com>
>> Cc: Dinh Nguyen <dinguyen at kernel.org>
>> Cc: Ley Foon Tan <ley.foon.tan at intel.com>
>> Cc: Simon Glass <sjg at chromium.org>
>> Cc: Tom Rini <trini at konsulko.com>
>> ---
>> cmd/clk.c | 37 +++++++++++++++++++++++++++++++++++++
>> 1 file changed, 37 insertions(+)
Applied to u-boot-dm, and now in mainline, thanks!
More information about the U-Boot
mailing list