Update documentation for linuxspi extended parameter disable_no_cs

This commit is contained in:
Stefan Rueger 2022-09-24 00:16:55 +01:00
parent ca154f812f
commit f17a012325
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
2 changed files with 18 additions and 0 deletions

View File

@ -1217,6 +1217,14 @@ specific.
.Pp .Pp
When not provided, driver/OS default value will be used. When not provided, driver/OS default value will be used.
.El .El
.It Ar linuxspi
Extended parameter:
.Bl -tag -offset indent -width indent
.It Ar disable_no_cs
Ensures the programmer does not use the SPI_NO_CS bit for the SPI
driver. This parameter is useful for kernels that do not support
the CS line being managed outside the application.
.El
.El .El
.Sh FILES .Sh FILES
.Bl -tag -offset indent -width /dev/ppi0XXX .Bl -tag -offset indent -width /dev/ppi0XXX

View File

@ -1111,6 +1111,16 @@ specific.
When not provided, driver/OS default value will be used. When not provided, driver/OS default value will be used.
@end table @end table
@cindex @code{-x} linuxspi
@item linuxspi
Extended parameter:
@table @code
@item @samp{disable_no_cs}
Ensures the programmer does not use the SPI_NO_CS bit for the SPI
driver. This parameter is useful for kernels that do not support
the CS line being managed outside the application.
@end table
@end table @end table
@page @page