]> git.sur5r.net Git - u-boot/blobdiff - include/spi.h
ARM: zynq: Remove ZYNQ_BOOT_FREEBSD option
[u-boot] / include / spi.h
index 25470e4df2669fd9da49a8f696a4085f218931a1..4b88d3986e78cea0e3bf117a5b6351f88c011146 100644 (file)
@@ -61,11 +61,13 @@ struct dm_spi_bus {
  * @cs:                Chip select number (0..n-1)
  * @max_hz:    Maximum bus speed that this slave can tolerate
  * @mode:      SPI mode to use for this device (see SPI mode flags)
+ * @mode_rx:   SPI RX mode to use for this slave (see SPI mode_rx flags)
  */
 struct dm_spi_slave_platdata {
        unsigned int cs;
        uint max_hz;
        uint mode;
+       u8 mode_rx;
 };
 
 #endif /* CONFIG_DM_SPI */