Re: [U-Boot] [PATCH 16/32] nitrogen6x: display: add Ampire 1024x600 panel

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote:
> Add support for an Ampire 1024x600 LVDS panel with integrated Ilitek
> capacitive touch screen.
> 
> Auto-detection is enabled, so no explicit configuration is needed.
> 
> Signed-off-by: Eric Nelson 
> ---


Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic



-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 16/32] nitrogen6x: display: add Ampire 1024x600 panel

2014-10-02 Thread Eric Nelson
Add support for an Ampire 1024x600 LVDS panel with integrated Ilitek
capacitive touch screen.

Auto-detection is enabled, so no explicit configuration is needed.

Signed-off-by: Eric Nelson 
---
 board/boundary/nitrogen6x/nitrogen6x.c | 20 
 1 file changed, 20 insertions(+)

diff --git a/board/boundary/nitrogen6x/nitrogen6x.c 
b/board/boundary/nitrogen6x/nitrogen6x.c
index 6695f87..c91e0c4 100644
--- a/board/boundary/nitrogen6x/nitrogen6x.c
+++ b/board/boundary/nitrogen6x/nitrogen6x.c
@@ -661,6 +661,26 @@ struct display_info_t const displays[] = {{
.vmode  = FB_VMODE_NONINTERLACED
 } }, {
.bus= 2,
+   .addr   = 0x41,
+   .pixfmt = IPU_PIX_FMT_LVDS666,
+   .detect = detect_i2c,
+   .enable = enable_lvds,
+   .mode   = {
+   .name   = "amp1024x600",
+   .refresh= 60,
+   .xres   = 1024,
+   .yres   = 600,
+   .pixclock   = 15385,
+   .left_margin= 220,
+   .right_margin   = 40,
+   .upper_margin   = 21,
+   .lower_margin   = 7,
+   .hsync_len  = 60,
+   .vsync_len  = 10,
+   .sync   = FB_SYNC_EXT,
+   .vmode  = FB_VMODE_NONINTERLACED
+} }, {
+   .bus= 2,
.addr   = 0x48,
.pixfmt = IPU_PIX_FMT_RGB666,
.detect = detect_i2c,
-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot