summaryrefslogtreecommitdiff
path: root/include/video/mcde_display-vuib500-dpi.h
blob: 94bad83bf975f6ff13fa5c29cecd523af9f335ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
 * Copyright (C) ST-Ericsson SA 2010
 *
 * ST-Ericsson MCDE DPI display driver
 *
 * Author: Torbjorn Svensson <torbjorn.x.svensson@stericsson.com>
 * for ST-Ericsson.
 *
 * License terms: GNU General Public License (GPL), version 2.
 */

#ifndef __MCDE_DISPLAY_DPI__H__
#define __MCDE_DISPLAY_DPI__H__

#include <linux/regulator/consumer.h>

#include "mcde_display.h"

struct mcde_display_dpi_platform_data {
	/* Platform info */
	int reset_gpio;
	bool reset_high;
	const char *regulator_id;
	int reset_delay;

	/* Driver data */
	struct regulator *regulator;
	int max_supply_voltage;
	int min_supply_voltage;
};
#endif /* __MCDE_DISPLAY_DPI__H__ */