]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/sh_spi.h
Merge git://git.denx.de/u-boot-rockchip
[u-boot] / drivers / spi / sh_spi.h
index dd8f937e48950661604caafa56140188cc6b83f7..a0e949fa927bdec04843dbe83277ea203e57e109 100644 (file)
@@ -3,19 +3,7 @@
  *
  * Copyright (C) 2011 Renesas Solutions Corp.
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- *
+ * SPDX-License-Identifier:    GPL-2.0
  */
 
 #ifndef __SH_SPI_H__
@@ -60,10 +48,12 @@ struct sh_spi_regs {
 #define SH_SPI_TBFI    0x40
 #define SH_SPI_RBEI    0x20
 #define SH_SPI_RBFI    0x10
+#define SH_SPI_SSS1    0x08
 #define SH_SPI_WPABRT  0x04
-#define SH_SPI_SSS     0x01
+#define SH_SPI_SSS0    0x01
 
 #define SH_SPI_FIFO_SIZE       32
+#define SH_SPI_NUM_CS          4
 
 struct sh_spi {
        struct spi_slave        slave;