diff options
author | Vishwaroop A <va@nvidia.com> | 2025-04-16 11:06:01 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-04-24 14:30:54 +0100 |
commit | dcb06c638a1174008a985849fa30fc0da7d08904 (patch) | |
tree | 3dcf4805d6e97e73c1cb2f2ceb5c10fb5529299c /scripts/lib/kdoc/kdoc_parser.py | |
parent | 8ffd015db85fea3e15a77027fda6c02ced4d2444 (diff) |
spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers
This patch corrects the QSPI_COMMAND_X1_X2_X4 and QSPI_ADDRESS_X1_X2_X4
macros to properly encode the bus width for x1, x2, and x4 transfers.
Although these macros were previously incorrect, they were not being
used in the driver, so no functionality was affected.
The patch updates tegra_qspi_cmd_config() and tegra_qspi_addr_config()
function calls to use the actual bus width from the transfer, instead of
hardcoding it to 0 (which implied x1 mode). This change enables proper
support for x1, x2, and x4 data transfers by correctly configuring the
interface width for commands and addresses.
These modifications improve the QSPI driver's flexibility and prepare it
for future use cases that may require different bus widths for commands
and addresses.
Fixes: 1b8342cc4a38 ("spi: tegra210-quad: combined sequence mode")
Signed-off-by: Vishwaroop A <va@nvidia.com>
Link: https://patch.msgid.link/20250416110606.2737315-2-va@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions