Commit 50f6bb0ab75794ad02cb5db503cc8c99465ceaf4

Authored by Marek Vasut
Committed by Eric Miao
1 parent 81854f82c5

[ARM] pxa/cm-x2xx: fix ucb1400 not being registered

This patch fixes cm-x2xx not registering the ucb1400. This is
because of the splitting of ucb1400 driver half year ago.

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Acked-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Eric Miao <eric.miao@marvell.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/mach-pxa/cm-x2xx.c
... ... @@ -121,7 +121,7 @@
121 121 /* UCB1400 touchscreen controller */
122 122 #if defined(CONFIG_TOUCHSCREEN_UCB1400) || defined(CONFIG_TOUCHSCREEN_UCB1400_MODULE)
123 123 static struct platform_device cmx2xx_ts_device = {
124   - .name = "ucb1400_ts",
  124 + .name = "ucb1400_core",
125 125 .id = -1,
126 126 };
127 127