1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02:00
Files
u-boot-megous/cmd
Patrick Delaunay c40251c120 cmd: clk: probe the clock before dump them
The clock UCLASS need to be probed to allow availability of the
private data (struct clk *), get in show_clks() with dev_get_clk_ptr()
before use them.

Without this patch the clock dump can cause crash because all the
private data are not available before calling the API clk_get_rate().

It is the case for the SCMI clocks, priv->channel is needed for
scmi_clk_get_rate() and it is initialized only in scmi_clk_probe().
This issue causes a crash for "clk dump" command on STM32MP135F-DK board
for SCMI clock not yet probed.

Fixes: 1a725e2290 ("clk: fix clock tree dump to properly dump out every registered clock")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
Link: https://lore.kernel.org/r/20221213145708.v2.1.Ia0bc6b272f1e2e3f37873c61d79138c2663c4055@changeid
2023-02-12 13:37:56 -05:00
..
2022-10-20 15:22:15 +08:00
2023-02-10 07:41:40 -05:00
2022-09-25 08:30:05 -06:00
2022-10-30 20:07:17 +01:00
2022-09-24 11:34:38 -04:00
2023-02-10 07:41:40 -05:00
2022-09-29 16:07:57 -04:00
2022-10-17 21:17:12 -06:00
2022-09-29 16:07:57 -04:00
2022-10-11 15:40:48 -04:00
2023-02-10 07:41:40 -05:00
2023-02-10 07:41:40 -05:00
2022-08-04 16:18:47 -04:00
2022-08-04 16:18:47 -04:00
2022-09-29 16:07:57 -04:00
2023-02-10 07:41:40 -05:00
2022-01-15 10:57:22 +01:00
2022-09-24 11:34:38 -04:00
2022-03-15 16:19:29 -04:00
2022-08-04 16:18:47 -04:00
2022-09-29 16:07:57 -04:00
2022-05-06 14:39:15 -04:00
2022-09-16 11:05:16 -04:00
2022-08-04 16:18:47 -04:00
2022-09-25 08:30:05 -06:00
2023-02-07 14:33:48 -05:00
2021-11-28 16:51:51 -07:00
2023-01-27 18:31:58 +01:00
2022-06-22 21:29:47 -04:00
2023-01-31 22:02:27 +09:00
2023-02-09 16:32:26 -05:00
2022-10-06 22:54:57 +02:00
2023-02-09 16:32:26 -05:00
2022-09-16 11:05:16 -04:00
2022-05-05 15:06:02 -04:00
2022-09-02 13:40:42 -04:00
2022-01-19 18:11:34 +01:00
2022-09-16 11:05:16 -04:00
2022-09-16 11:05:16 -04:00
2022-09-16 11:05:16 -04:00
2023-02-06 17:10:15 -05:00
2022-01-19 18:11:34 +01:00
2023-01-26 21:05:13 +05:30
2021-09-24 14:30:46 -04:00
2022-10-11 15:40:48 -04:00
2021-10-21 07:39:05 +02:00
2021-10-09 13:09:56 -04:00
2022-12-07 16:04:17 -05:00
2023-01-20 12:27:24 -05:00
2022-10-11 15:40:48 -04:00