summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2012-12-13 11:30:44 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2012-12-13 11:30:44 +0100
commitaa7a8349cf882da62148580f0e6399aa3e1f112b (patch)
treea801a01fc95266a1693f5d815fe45f0e54fe99ba
parent857f13c354b01c6f164f0df10cae3f1a69dd2f1e (diff)
colibri_t20: add optional 800x480 timing
Add optional aka commented out 800x480@60 timing suitable for EDT ET070080DH6.
-rw-r--r--board/toradex/colibri_t20/colibri_t20.dts11
1 files 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>;