aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/fsl_devices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index f2a78b5e8b55..0cde1806cfab 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -83,6 +83,10 @@ struct fsl_spi_platform_data {
83 u16 max_chipselect; 83 u16 max_chipselect;
84 void (*cs_control)(struct spi_device *spi, bool on); 84 void (*cs_control)(struct spi_device *spi, bool on);
85 u32 sysclk; 85 u32 sysclk;
86
87 /* Legacy hooks, used by mpc52xx_psc_spi driver. */
88 void (*activate_cs)(u8 cs, u8 polarity);
89 void (*deactivate_cs)(u8 cs, u8 polarity);
86}; 90};
87 91
88struct mpc8xx_pcmcia_ops { 92struct mpc8xx_pcmcia_ops {