mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 20:04:46 +00:00
pmic: reword help text
Reword the help text for the pmic read and pmic write commands to better match what's expected from the user. Cc: Quentin Schulz <foss+uboot@0leil.net> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
This commit is contained in:
parent
f172575d92
commit
808156189b
1 changed files with 2 additions and 2 deletions
|
@ -225,6 +225,6 @@ U_BOOT_CMD(pmic, CONFIG_SYS_MAXARGS, 1, do_pmic,
|
||||||
"list - list pmic devices\n"
|
"list - list pmic devices\n"
|
||||||
"pmic dev [name] - show or [set] operating PMIC device\n"
|
"pmic dev [name] - show or [set] operating PMIC device\n"
|
||||||
"pmic dump - dump registers\n"
|
"pmic dump - dump registers\n"
|
||||||
"pmic read address - read byte of register at address\n"
|
"pmic read <reg> - read byte of 'reg' register\n"
|
||||||
"pmic write address - write byte to register at address\n"
|
"pmic write <reg> <byte> - write 'byte' byte to 'reg' register\n"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue