spi-mt65xx.h 361 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * MTK SPI bus driver definitions
  4. *
  5. * Copyright (c) 2015 MediaTek Inc.
  6. * Author: Leilk Liu <[email protected]>
  7. */
  8. #ifndef ____LINUX_PLATFORM_DATA_SPI_MTK_H
  9. #define ____LINUX_PLATFORM_DATA_SPI_MTK_H
  10. /* Board specific platform_data */
  11. struct mtk_chip_config {
  12. u32 sample_sel;
  13. u32 tick_delay;
  14. };
  15. #endif