diff options
author | Mark Brown <broonie@kernel.org> | 2024-03-26 14:46:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-03-26 14:46:40 +0300 |
commit | 7f2f4caaf66624b6ece6801749fc47d804a6be16 (patch) | |
tree | 5bad51e5fdfa166268d263e3134810f1d34a63a8 /Documentation/spi/pxa2xx.rst | |
parent | 9b163e0d330debbf7dcc14b2c3e2dc19a3b50a1d (diff) | |
parent | b5867a5c0d7a6bf36f59f3d472c7aed33ca4d02c (diff) | |
download | linux-7f2f4caaf66624b6ece6801749fc47d804a6be16.tar.xz |
spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.h
Merge series from Andy Shevchenko <andriy.shevchenko@linux.intel.com>:
A couple of cleanups against linux/spi/pxa2xx_spi.h.
I'm sending this as v3 to land in the SPI subsystem. Meanwhile I'm
preparing an update to make linux/spi/pxa2xx_spi.h private to the
subsystem (PXA2xx driver). But the second part will be presented later
on (likely after v6.9-rc1). That said, this can be routed either via
SoC tree or SPI, up to respective maintainers.
Diffstat (limited to 'Documentation/spi/pxa2xx.rst')
-rw-r--r-- | Documentation/spi/pxa2xx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/spi/pxa2xx.rst b/Documentation/spi/pxa2xx.rst index 43e0b758803a..33d2ad95901e 100644 --- a/Documentation/spi/pxa2xx.rst +++ b/Documentation/spi/pxa2xx.rst @@ -24,7 +24,7 @@ arch/.../mach-*/board-*.c as a "platform device". The host controller configurat is passed to the driver via a table found in include/linux/spi/pxa2xx_spi.h:: struct pxa2xx_spi_controller { - u16 num_chipselect; + u8 num_chipselect; u8 enable_dma; ... }; |