Commit dd8a61a7 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt

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: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6d6f0874
...@@ -930,8 +930,10 @@ static void __init ap4evb_init(void) ...@@ -930,8 +930,10 @@ static void __init ap4evb_init(void)
ARRAY_SIZE(i2c1_devices)); ARRAY_SIZE(i2c1_devices));
#ifdef CONFIG_AP4EVB_QHD #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 */ /* enable KEYSC */
...@@ -976,8 +978,10 @@ static void __init ap4evb_init(void) ...@@ -976,8 +978,10 @@ static void __init ap4evb_init(void)
#else #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_LCDD17, NULL);
gpio_request(GPIO_FN_LCDD16, NULL); gpio_request(GPIO_FN_LCDD16, NULL);
gpio_request(GPIO_FN_LCDD15, NULL); gpio_request(GPIO_FN_LCDD15, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment