]> Git Repo - J-linux.git/blob - include/linux/platform_data/spi-mt65xx.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / include / linux / platform_data / spi-mt65xx.h
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
9 #ifndef ____LINUX_PLATFORM_DATA_SPI_MTK_H
10 #define ____LINUX_PLATFORM_DATA_SPI_MTK_H
11
12 /* Board specific platform_data */
13 struct mtk_chip_config {
14         u32 sample_sel;
15         u32 tick_delay;
16 };
17 #endif
This page took 0.029931 seconds and 4 git commands to generate.