diff options
author | Vijaya Krishna Nivarthi <[email protected]> | 2023-04-25 14:12:08 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-05-08 09:11:48 +0900 |
commit | 5fd7c99ecf45c8ee8a9b1268f0ffc91cc6271da2 (patch) | |
tree | 9faa61c1a280fd8fe141a24cdfc51b6ed15ce5dd /net/lapb/lapb_subr.c | |
parent | f571d9132e0657b4aae40a8ffe758224d1f41047 (diff) |
spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG
The CS_TOGGLE bit when set is supposed to instruct FW to
toggle CS line between words. The driver with intent of
disabling this behaviour has been unsetting BIT(0). This has
not caused any trouble so far because the original BIT(1)
is untouched and BIT(0) likely wasn't being used.
Correct this to prevent a potential future bug.
Signed-off-by: Vijaya Krishna Nivarthi <[email protected]
Acked-by: Konrad Dybcio <[email protected]
Fixes: 561de45f72bd ("spi: spi-geni-qcom: Add SPI driver support for GENI based QUP")
Reviewed-by: Douglas Anderson <[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions