diff options
| author | Mark Brown <broonie@kernel.org> | 2025-11-14 17:47:49 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-11-14 17:47:49 +0300 |
| commit | af330925a18ff483adace1c4ed2dcc975a31d5c0 (patch) | |
| tree | 30a2d79661451ecb7f74c2ba368e5fcf4e48cd74 /include/linux/platform_data | |
| parent | 1d562ba0aa7df81335bf96c02be77efe8d5bab87 (diff) | |
| parent | 4e00135b2dd1d7924a58bffa551b6ceb3bd836f2 (diff) | |
| download | linux-af330925a18ff483adace1c4ed2dcc975a31d5c0.tar.xz | |
spi-cadence: support transmission with
Merge series from Jun Guo <jun.guo@cixtech.com>:
The Cadence SPI IP supports configurable FIFO data widths during
integration. On some SoCs, the FIFO data width is designed to be 16 or
32 bits at the chip design stage. However, the current driver only
supports communication with an 8-bit FIFO data width. Therefore, these
patches are added to enable the driver to support communication with
16-bit and 32-bit FIFO data widths.
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/x86/int3472.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/x86/int3472.h b/include/linux/platform_data/x86/int3472.h index 1571e9157fa5..b1b837583d54 100644 --- a/include/linux/platform_data/x86/int3472.h +++ b/include/linux/platform_data/x86/int3472.h @@ -100,7 +100,6 @@ struct int3472_gpio_regulator { struct regulator_consumer_supply supply_map[GPIO_REGULATOR_SUPPLY_MAP_COUNT * 2]; char supply_name_upper[GPIO_SUPPLY_NAME_LENGTH]; char regulator_name[GPIO_REGULATOR_NAME_LENGTH]; - struct gpio_desc *ena_gpio; struct regulator_dev *rdev; struct regulator_desc rdesc; }; |
