33 #if defined(CONFIG_TOUCHSCREEN_ADS7846) || \
34 defined(CONFIG_TOUCHSCREEN_ADS7846_MODULE)
52 .modalias =
"ads7846",
55 .max_speed_hz = 1500000,
56 .controller_data = &ads7846_mcspi_config,
58 .platform_data = &ads7846_config,
76 pr_err(
"Couldn't obtain gpio for TSPenDown: %d\n", err);
83 gpio_export(gpio_pendown, 0);
106 #if defined(CONFIG_MTD_NAND_OMAP2) || defined(CONFIG_MTD_NAND_OMAP2_MODULE)
120 if ((ret & 0xC00) == 0x800) {
129 pr_info(
"NAND: Unable to find configuration in GPMC\n");
134 nand_data.cs = nandcs;
135 nand_data.parts =
parts;