Skip to content
Snippets Groups Projects
Commit 92a1bba8 authored by Patrick Delaunay's avatar Patrick Delaunay Committed by Sean Anderson
Browse files

cmd: clk: fix long help message


Fix the long help message for "clk setfreq" command

Fixes: 7ab418fb ("clk: add support for setting clk rate from cmdline")
Signed-off-by: Patrick Delaunay's avatarPatrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: default avatarSean Anderson <seanga2@gmail.com>
Link: https://lore.kernel.org/r/20220131172131.4.Ic863c28ffdcc15b3f4616434c2efd88b4e45495c@changeid
parent 534859ac
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ static int do_clk(struct cmd_tbl *cmdtp, int flag, int argc,
#ifdef CONFIG_SYS_LONGHELP
static char clk_help_text[] =
"dump - Print clock frequencies\n"
"setfreq [clk] [freq] - Set clock frequency";
"clk setfreq [clk] [freq] - Set clock frequency";
#endif
U_BOOT_CMD(clk, 4, 1, do_clk, "CLK sub-system", clk_help_text);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment