mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
staging: spi: mt7621: Sort register definitions
This patch sorts the SPI register definitions by increasing addresses. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Mark Brown <broonie@kernel.org> Cc: Sankalp Negi <sankalpnegi2310@gmail.com> Cc: Chuanhong Guo <gch981213@gmail.com> Cc: John Crispin <john@phrozen.org> Reviewd-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
feec667e80
commit
376a622021
@ -36,9 +36,9 @@
|
||||
#define SPI_CTL_TX_RX_CNT_MASK 0xff
|
||||
#define SPI_CTL_START BIT(8)
|
||||
|
||||
#define MT7621_SPI_POLAR 0x38
|
||||
#define MT7621_SPI_MASTER 0x28
|
||||
#define MT7621_SPI_MOREBUF 0x2c
|
||||
#define MT7621_SPI_POLAR 0x38
|
||||
#define MT7621_SPI_SPACE 0x3c
|
||||
|
||||
#define MT7621_CPHA BIT(5)
|
||||
|
Loading…
Reference in New Issue
Block a user