summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorAvinash A <Avinash.a@stericsson.com>2011-09-09 18:56:20 +0530
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 16:07:27 +0200
commit3644f77507d80862edcbe108a4ad553c84a10f40 (patch)
treee61bc36559d641fcf73fe50c656a794e0413ef80 /arch/arm/mach-ux500/board-mop500.c
parent531d3313d7b2d9d67c3294ef0412ff99003e4075 (diff)
mach-ux500: dynamic detection of uibs
Detect the uibs dynamically and resolve the conflict between the pins used for SPI with the cypress touchscreen and the keypad pins on other boards ref commit-id: I3bb7672cebe4e9696c7df6846d6031841f87ea58 Signed-off-by: Avinash A <Avinash.a@stericsson.com> Change-Id: I661a0939e1b10dc4e1e8f21ff07f3070a7dc6963 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30589 Reviewed-by: Avinash A <avinash.a@stericsson.com> Tested-by: Avinash A <avinash.a@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 2fa4f598a63..2bf6b4fd389 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -36,7 +36,6 @@
#include <linux/pwm_backlight.h>
#include <linux/gpio/nomadik.h>
#include <linux/leds.h>
-#include <linux/cyttsp.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
@@ -1000,10 +999,6 @@ static struct pl022_ssp_controller ssp0_platform_data = {
*/
.num_chipselect = NUM_SSP_CLIENTS,
};
-static struct pl022_ssp_controller mop500_spi2_data = {
- .bus_id = SPI023_2_CONTROLLER,
- .num_chipselect = NUM_SSP_CLIENTS,
-};
static void __init mop500_spi_init(void)
{