Skip to content

Commit

Permalink
Merge remote-tracking branch 'spi/fix/msiof' into spi-sh-msiof
Browse files Browse the repository at this point in the history
Conflicts:
	drivers/spi/spi-sh-msiof.c
  • Loading branch information
Mark Brown committed Jan 6, 2015
2 parents 3110628 + 6d40530 commit 6b038c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi-sh-msiof.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct sh_msiof_spi_priv {
#define MDR1_BITLSB_SHIFT 24 /* MSB/LSB First (1 = LSB first) */
#define MDR1_DTDL_SHIFT 20 /* Data Pin Bit Delay for MSIOF_SYNC */
#define MDR1_SYNCDL_SHIFT 16 /* Frame Sync Signal Timing Delay */
#define MDR1_FLD_MASK 0x000000c0 /* Frame Sync Signal Interval (0-3) */
#define MDR1_FLD_MASK 0x0000000c /* Frame Sync Signal Interval (0-3) */
#define MDR1_FLD_SHIFT 2
#define MDR1_XXSTP 0x00000001 /* Transmission/Reception Stop on FIFO */
/* TMDR1 */
Expand Down

0 comments on commit 6b038c8

Please sign in to comment.