aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-08-31 05:22:36 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-09-14 04:19:59 -0400
commitdd8a61a739f98c2cd2fbf811b5b659433f0023f6 (patch)
tree2f8aba650c1fc91892982f3e8978911ce29299b2 /arch
parent6d6f0874490f7e7ed16408e5396f655d386edf29 (diff)
ARM: mach-shmobile: Extend AP4EVB LCD comments
Extend dip switch comments for QHD and WVGA LCD panels on AP4EVB. Similar to the Ecovec comments. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 0cb9e7cf1ddc..31e5b28ab9b4 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -930,8 +930,10 @@ static void __init ap4evb_init(void)
930 ARRAY_SIZE(i2c1_devices)); 930 ARRAY_SIZE(i2c1_devices));
931 931
932#ifdef CONFIG_AP4EVB_QHD 932#ifdef CONFIG_AP4EVB_QHD
933
933 /* 934 /*
934 * QHD 935 * For QHD Panel (MIPI-DSI, CONFIG_AP4EVB_QHD=y) and
936 * IRQ28 for Touch Panel, set dip switches S3, S43 as OFF, ON.
935 */ 937 */
936 938
937 /* enable KEYSC */ 939 /* enable KEYSC */
@@ -976,8 +978,10 @@ static void __init ap4evb_init(void)
976 978
977#else 979#else
978 /* 980 /*
979 * WVGA 981 * For WVGA Panel (18-bit RGB, CONFIG_AP4EVB_WVGA=y) and
982 * IRQ7 for Touch Panel, set dip switches S3, S43 to ON, OFF.
980 */ 983 */
984
981 gpio_request(GPIO_FN_LCDD17, NULL); 985 gpio_request(GPIO_FN_LCDD17, NULL);
982 gpio_request(GPIO_FN_LCDD16, NULL); 986 gpio_request(GPIO_FN_LCDD16, NULL);
983 gpio_request(GPIO_FN_LCDD15, NULL); 987 gpio_request(GPIO_FN_LCDD15, NULL);