Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux-2.6-microblaze.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 <leilk.liu@mediatek.com>
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 tx_mlsb;
15         u32 rx_mlsb;
16         u32 cs_pol;
17         u32 sample_sel;
18 };
19 #endif