aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-08-31 08:32:23 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-09-30 09:16:41 -0400
commitc90a78ecc2ae3c8341ed6efbfbb7e3e655ee00fe (patch)
tree3e0ef015d07aae64d38623d5ba83e46e8077af61 /include/video
parentb44e45825dbe30f32c770b98c38555b6bd331760 (diff)
OMAP: DSS2: DSI: Add comment about regn
regn divider is one greater than the REGN divider in TRM. Add a comment to point this out. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index c7cfdad81242..31b77469c151 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -510,6 +510,7 @@ struct omap_dss_device {
510 } dispc; 510 } dispc;
511 511
512 struct { 512 struct {
513 /* regn is one greater than TRM's REGN value */
513 u16 regn; 514 u16 regn;
514 u16 regm; 515 u16 regm;
515 u16 regm_dispc; 516 u16 regm_dispc;