Re: [PATCH 06/26] clk: fix clock tree dump to properly dump out every registered clock

2020-11-15 Thread Lokesh Vutla
+Lucasz On 10/11/20 2:35 pm, Tero Kristo wrote: > Some clocks are not associated to a DM node, so just parsing the DM is not > enough. This is especially true for root clocks, which typically don't have > any parents. Instead, fetch every registered UCLASS_CLK instance, and dump > these out. > >

[PATCH 06/26] clk: fix clock tree dump to properly dump out every registered clock

2020-11-10 Thread Tero Kristo
Some clocks are not associated to a DM node, so just parsing the DM is not enough. This is especially true for root clocks, which typically don't have any parents. Instead, fetch every registered UCLASS_CLK instance, and dump these out. Signed-off-by: Tero Kristo --- cmd/clk.c | 27 +