diff options
author | Tero Kristo <t-kristo@ti.com> | 2021-06-11 11:45:07 +0300 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-06-11 16:34:52 +0530 |
commit | 1a725e229096385b4fb8d59247584435779d0161 (patch) | |
tree | a3232bc38d95ba547115f1213a41727848cd5c22 /arch | |
parent | fc960cb6fb94c77d1245e7f39b49d7278f480d62 (diff) | |
download | u-boot-1a725e229096385b4fb8d59247584435779d0161.zip u-boot-1a725e229096385b4fb8d59247584435779d0161.tar.gz u-boot-1a725e229096385b4fb8d59247584435779d0161.tar.bz2 |
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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions