OMAP: DSS2: DSI: Add comment about regn
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 31 Aug 2011 12:32:23 +0000 (15:32 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:16:41 +0000 (16:16 +0300)
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>
include/video/omapdss.h

index c7cfdad..31b7746 100644 (file)
@@ -510,6 +510,7 @@ struct omap_dss_device {
                } dispc;
 
                struct {
+                       /* regn is one greater than TRM's REGN value */
                        u16 regn;
                        u16 regm;
                        u16 regm_dispc;