diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-07-26 13:13:54 -0700 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2016-09-29 13:55:53 -0700 |
commit | 65e1bdfe04b1ec61a3a456971ce7f82349886bfd (patch) | |
tree | c9c293db380b46b77f56d2d147202890fb49764f /Documentation | |
parent | db04bd4ba6637bb20cdb8734dab90613721d978e (diff) |
Revert "spi core: Add new sysfs 'num_chipselect' file"
This reverts commit 88c66ffd8ed6cd50e436ce0d5830cd27f93259a2.
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/spi/spi-summary | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/spi/spi-summary b/Documentation/spi/spi-summary index b4d15e409cfe..d1824b399b2d 100644 --- a/Documentation/spi/spi-summary +++ b/Documentation/spi/spi-summary @@ -181,9 +181,6 @@ shows up in sysfs in several locations: controller managing bus "B". All spiB.* devices share one physical SPI bus segment, with SCLK, MOSI, and MISO. - /sys/class/spi_master/spiB/num_chipselect ... exposes the maximum - number of chipselects a SPI master can support. - Note that the actual location of the controller's class state depends on whether you enabled CONFIG_SYSFS_DEPRECATED or not. At this time, the only class-specific state is the bus number ("B" in "spiB"), so |