From aa7a8349cf882da62148580f0e6399aa3e1f112b Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 13 Dec 2012 11:30:44 +0100 Subject: colibri_t20: add optional 800x480 timing Add optional aka commented out 800x480@60 timing suitable for EDT ET070080DH6. --- board/toradex/colibri_t20/colibri_t20.dts | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/board/toradex/colibri_t20/colibri_t20.dts b/board/toradex/colibri_t20/colibri_t20.dts index ebcf68463f..48e0d19246 100644 --- a/board/toradex/colibri_t20/colibri_t20.dts +++ b/board/toradex/colibri_t20/colibri_t20.dts @@ -66,11 +66,18 @@ frame-buffer_256 = <0x09400000>; /* 256M - 96M - 12M */ pixel_clock = <25175000>; - - /* Timing: ref_to_sync, sync_width. back_porch, front_porch */ + /* Timing: ref_to_sync, sync_width, back_porch, front_porch */ horiz_timing = <0 96 48 16>; vert_timing = <1 2 31 11>; + /* 800x480@60 (e.g. EDT ET070080DH6) + pixel_clock = <32460000>; + width = <800>; + height = <480>; + horiz_timing = <1 64 128 64>; + vert_timing = <1 3 22 20>; + */ + /* 1024x768 timings pixel_clock = <72000000>; width = <1024>; -- cgit v1.2.3