summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ns9xxx/include/mach/display/CUSTOM.h
blob: 2eceb4b9449482bf096d7ad9423a90b36c1bb01b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18



/*
#define CUSTOM_DISPLAY					\
{							\
	.display_name = "CUSTOM",			\
	.width		= ,				\
	.height		= ,				\
	.control        = NS9360_DISPLAY_CONTROL,	\
	.timing = {					\
			NS9360_DISPLAY_TIMING0,		\
			NS9360_DISPLAY_TIMING1,		\
			NS9360_DISPLAY_TIMING2,		\
	},						\
	.clock		= NS9360_DISPLAY_CLOCK,		\
}
*/