Commit 925d16a2 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mark Brown

spi/spidev_test: Document -N/--no-cs and -R/--ready

commit b55f627f ("spi: new spi->mode bits")
added two new command line options without adding the respective help
texts.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 38dbfb59
...@@ -81,7 +81,9 @@ static void print_usage(const char *prog) ...@@ -81,7 +81,9 @@ static void print_usage(const char *prog)
" -O --cpol clock polarity\n" " -O --cpol clock polarity\n"
" -L --lsb least significant bit first\n" " -L --lsb least significant bit first\n"
" -C --cs-high chip select active high\n" " -C --cs-high chip select active high\n"
" -3 --3wire SI/SO signals shared\n"); " -3 --3wire SI/SO signals shared\n"
" -N --no-cs no chip select\n"
" -R --ready slave pulls low to pause\n");
exit(1); exit(1);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment