Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
[linux-2.6-block.git] / include / linux / spi / l4f00242t03.h
CommitLineData
1802d0be 1/* SPDX-License-Identifier: GPL-2.0-only */
e7fb9c4a
AP
2/*
3 * l4f00242t03.h -- Platform glue for Epson L4F00242T03 LCD
4 *
5 * Copyright (c) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com>
6 * Based on Marek Vasut work in lms283gf05.h
e7fb9c4a
AP
7*/
8
9#ifndef _INCLUDE_LINUX_SPI_L4F00242T03_H_
10#define _INCLUDE_LINUX_SPI_L4F00242T03_H_
11
12struct l4f00242t03_pdata {
13 unsigned int reset_gpio;
14 unsigned int data_enable_gpio;
e7fb9c4a
AP
15};
16
17#endif /* _INCLUDE_LINUX_SPI_L4F00242T03_H_ */