summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/sharpsl.h
blob: 672262ee9d2bbe3b3c0c4a2ef738cdcc993a7f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * SharpSL SSP Driver
 */

struct corgissp_machinfo {
	int port;
	int cs_lcdcon;
	int cs_ads7846;
	int cs_max1111;
	int clk_lcdcon;
	int clk_ads7846;
	int clk_max1111;
};

void corgi_ssp_set_machinfo(struct corgissp_machinfo *machinfo);
OpenPOWER on IntegriCloud