spi_davinci.h 301 B

123456789101112131415
  1. /*
  2. * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __spi_davinci_h
  7. #define __spi_davinci_h
  8. struct davinci_spi_platdata {
  9. struct davinci_spi_regs *regs;
  10. u8 num_cs; /* total no. of CS available */
  11. };
  12. #endif /* __spi_davinci_h */