diff mbox

ARM: mach-shmobile: Extend AP4EVB LCD comments

Message ID 20100831092236.13809.80418.sendpatchset@t400s (mailing list archive)
State Accepted
Commit dd8a61a739f98c2cd2fbf811b5b659433f0023f6
Headers show

Commit Message

Magnus Damm Aug. 31, 2010, 9:22 a.m. UTC
None
diff mbox

Patch

--- 0001/arch/arm/mach-shmobile/board-ap4evb.c
+++ work/arch/arm/mach-shmobile/board-ap4evb.c	2010-08-19 13:47:23.000000000 +0900
@@ -951,8 +951,10 @@  static void __init ap4evb_init(void)
 				ARRAY_SIZE(i2c1_devices));
 
 #ifdef CONFIG_AP4EVB_QHD
+
 	/*
-	 * QHD
+	 * For QHD Panel (MIPI-DSI, CONFIG_AP4EVB_QHD=y) and
+	 * IRQ28 for Touch Panel, set dip switches S3, S43 as OFF, ON.
 	 */
 
 	/* enable KEYSC */
@@ -996,8 +998,10 @@  static void __init ap4evb_init(void)
 
 #else
 	/*
-	 * WVGA
+	 * For WVGA Panel (18-bit RGB, CONFIG_AP4EVB_WVGA=y) and
+	 * IRQ7 for Touch Panel, set dip switches S3, S43 to ON, OFF.
 	 */
+
 	gpio_request(GPIO_FN_LCDD17,   NULL);
 	gpio_request(GPIO_FN_LCDD16,   NULL);
 	gpio_request(GPIO_FN_LCDD15,   NULL);