summaryrefslogtreecommitdiff
path: root/include/video/mcde_display-sony_acx424akp_dsi.h
blob: 29fb14a3fdbeb6e2c02d55934e145eafb495f42f (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
/*
 * Copyright (C) ST-Ericsson SA 2010
 *
 * ST-Ericsson MCDE Sony acx424akp DCS display driver
 *
 * Author: Marcus Lorentzon <marcus.xm.lorentzon@stericsson.com>
 * for ST-Ericsson.
 *
 * License terms: GNU General Public License (GPL), version 2.
 */
#ifndef __MCDE_DISPLAY_SONY_ACX424AKP__H__
#define __MCDE_DISPLAY_SONY_ACX424AKP__H__

enum display_panel_type {
	DISPLAY_NONE			= 0,
	DISPLAY_SONY_ACX424AKP          = 0x1b81,
	DISPLAY_SONY_ACX424AKP_ID2      = 0x1a81,
};

struct  mcde_display_sony_acx424akp_platform_data {
	/* Platform info */
	int reset_gpio;
	enum display_panel_type disp_panel; /* display panel types */
};

#endif /* __MCDE_DISPLAY_SONY_ACX424AKP__H__ */