commit | 1a725e229096385b4fb8d59247584435779d0161 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Fri Jun 11 11:45:07 2021 +0300 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Fri Jun 11 16:34:52 2021 +0530 |
tree | a3232bc38d95ba547115f1213a41727848cd5c22 | |
parent | fc960cb6fb94c77d1245e7f39b49d7278f480d62 [diff] |
clk: fix clock tree dump to properly dump out every registered clock 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 <t-kristo@ti.com> Signed-off-by: Tero Kristo <kristo@kernel.org>