diff options
| author | Tudor Ambarus <[email protected]> | 2019-09-06 15:06:41 +0000 |
|---|---|---|
| committer | Alexandre Belloni <[email protected]> | 2019-11-07 22:33:09 +0100 |
| commit | dbbf98392af6e2cf3673908c1388ca1ae915c8bb (patch) | |
| tree | 5d76a616be4fa27bfef0ac43f07b91fbd6df1707 /include/linux/mfd | |
| parent | 02c1c37f66b15cf54cabf71b1e51b0658996c10f (diff) | |
memory: atmel-ebi: move NUM_CS definition inside EBI driver
The total number of EBI CS lines is described by the EBI controller
and not by the Matrix. Move the definition for the number of CS
inside EBI driver.
Signed-off-by: Tudor Ambarus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/syscon/atmel-matrix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/syscon/atmel-matrix.h b/include/linux/mfd/syscon/atmel-matrix.h index f61cd127a852..20c25665216a 100644 --- a/include/linux/mfd/syscon/atmel-matrix.h +++ b/include/linux/mfd/syscon/atmel-matrix.h @@ -106,7 +106,6 @@ #define AT91_MATRIX_DDR_IOSR BIT(18) #define AT91_MATRIX_NFD0_SELECT BIT(24) #define AT91_MATRIX_DDR_MP_EN BIT(25) -#define AT91_MATRIX_EBI_NUM_CS 8 #define AT91_MATRIX_USBPUCR_PUON BIT(30) |