Skip to content

Commit

Permalink
OMAP: DSS2: DSI: Add comment about regn
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomi Valkeinen committed Sep 30, 2011
1 parent b44e458 commit c90a78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/video/omapdss.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c90a78e

Please sign in to comment.