Message ID | 1314796908-17354-5-git-send-email-tomi.valkeinen@ti.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Tomi Valkeinen |
Headers | show |
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 534e3d1..d4c85f2 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -450,6 +450,7 @@ struct omap_dss_device { } dispc; struct { + /* regn is one greater than TRM's REGN value */ u16 regn; u16 regm; u16 regm_dispc;
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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)