sc18is602.h 401 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Platform data for NXP SC18IS602/603
  4. *
  5. * Copyright (C) 2012 Guenter Roeck <[email protected]>
  6. *
  7. * For further information, see the Documentation/spi/spi-sc18is602.rst file.
  8. */
  9. /**
  10. * struct sc18is602_platform_data - sc18is602 info
  11. * @clock_frequency SC18IS603 oscillator frequency
  12. */
  13. struct sc18is602_platform_data {
  14. u32 clock_frequency;
  15. };