blob: f329a239fa21ecc5e086dbeb28e3061d4bb37be4 [file] [log] [blame]
/*
* Copyright (c) 2010 Nest Labs, Inc.
*
* Author: Grant Erickson <grant@nestlabs.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/>.
*
* Description:
* This file defines platform-specific data for the Ilitek
* ILI9481 LCD module driver.
*/
#ifndef _INCLUDE_LINUX_SPI_ILI9481_H_
#define _INCLUDE_LINUX_SPI_ILI9481_H_
struct ili9481_platform_data {
struct {
unsigned long gpio;
bool inverted;
} reset;
};
#endif /* _INCLUDE_LINUX_SPI_ILI9481_H_ */