tegra_spi.h 277 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2014 Google, Inc
  4. */
  5. struct tegra_spi_platdata {
  6. enum periph_id periph_id;
  7. int frequency; /* Default clock frequency, -1 for none */
  8. ulong base;
  9. uint deactivate_delay_us; /* Delay to wait after deactivate */
  10. };