* [PATCH] ARM: mach-shmobile: Extend AP4EVB LCD comments
@ 2010-08-31 9:22 Magnus Damm
0 siblings, 0 replies; 2+ messages in thread
From: Magnus Damm @ 2010-08-31 9:22 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@opensource.se>
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>
---
arch/arm/mach-shmobile/board-ap4evb.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
--- 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);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: mach-shmobile: Extend AP4EVB LCD comments
@ 2010-09-14 8:30 Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2010-09-14 8:30 UTC (permalink / raw)
To: linux-sh
On Tue, Aug 31, 2010 at 06:22:36PM +0900, Magnus Damm wrote:
> Extend dip switch comments for QHD and WVGA LCD panels
> on AP4EVB. Similar to the Ecovec comments.
On Tue, Aug 31, 2010 at 06:27:53PM +0900, Magnus Damm wrote:
> Use evt2irq() for DMAC resources on sh7372.
>
> This makes the code easier to read and also
> allows adjusting the INTC base offset without
> breaking platform data.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-14 8:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31 9:22 [PATCH] ARM: mach-shmobile: Extend AP4EVB LCD comments Magnus Damm
-- strict thread matches above, loose matches on Subject: below --
2010-09-14 8:30 Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).