Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: pxa2xx: Add definition for Intel Quark DDS_RATE register

Intel Quark DDS_RATE register is defined only in register access macro. Add
a definition for it to common SSP register definitions for preparing to
cleanup those macros.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Jarkko Nikula and committed by
Mark Brown
c4827bb8 7566bcc7

+1
+1
include/linux/pxa2xx_ssp.h
··· 37 37 #define SSDR (0x10) /* SSP Data Write/Data Read Register */ 38 38 39 39 #define SSTO (0x28) /* SSP Time Out Register */ 40 + #define DDS_RATE (0x28) /* SSP DDS Clock Rate Register (Intel Quark) */ 40 41 #define SSPSP (0x2C) /* SSP Programmable Serial Protocol */ 41 42 #define SSTSA (0x30) /* SSP Tx Timeslot Active */ 42 43 #define SSRSA (0x34) /* SSP Rx Timeslot Active */