hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/include/linux/mfd/syscon/atmel-matrix.h
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0+ */
12 /*
23 * Copyright (C) 2014 Atmel Corporation.
34 *
45 * Memory Controllers (MATRIX, EBI) - System peripherals registers.
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; either version 2 of the License, or
9
- * (at your option) any later version.
106 */
117
128 #ifndef _LINUX_MFD_SYSCON_ATMEL_MATRIX_H
....@@ -110,7 +106,6 @@
110106 #define AT91_MATRIX_DDR_IOSR BIT(18)
111107 #define AT91_MATRIX_NFD0_SELECT BIT(24)
112108 #define AT91_MATRIX_DDR_MP_EN BIT(25)
113
-#define AT91_MATRIX_EBI_NUM_CS 8
114109
115110 #define AT91_MATRIX_USBPUCR_PUON BIT(30)
116111