commit | 0ca4cc069677feedc296f2ad60c06604ff49cfcd | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Thu Jul 30 14:04:10 2020 +0200 |
committer | Lukasz Majewski <lukma@denx.de> | Mon Aug 24 11:03:26 2020 +0200 |
tree | 6afb285ca3c3a7e4747e194b36ddf2717fe3a13c | |
parent | 15c5a347a700c6d65a2036a3cf406490628d0bb1 [diff] |
cmd: clk: correctly handle depth for clk dump Update depth only when clock uclass is found to have correct display of command "clk dump". Without this patch, the displayed depth is the binding depth for all the uclass and that can be strange as only clock uclass nodes are displayed. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>