Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-client
[linux-block.git] / include / linux / platform_data / spi-mt65xx.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
a568231f
LL
2/*
3 * MTK SPI bus driver definitions
4 *
5 * Copyright (c) 2015 MediaTek Inc.
6 * Author: Leilk Liu <leilk.liu@mediatek.com>
a568231f
LL
7 */
8
9#ifndef ____LINUX_PLATFORM_DATA_SPI_MTK_H
10#define ____LINUX_PLATFORM_DATA_SPI_MTK_H
11
12/* Board specific platform_data */
13struct mtk_chip_config {
058fe49d 14 u32 sample_sel;
a568231f
LL
15};
16#endif