diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-08-31 15:32:23 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-30 16:16:41 +0300 |
commit | c90a78ecc2ae3c8341ed6efbfbb7e3e655ee00fe (patch) | |
tree | 3e0ef015d07aae64d38623d5ba83e46e8077af61 /include/video | |
parent | b44e45825dbe30f32c770b98c38555b6bd331760 (diff) | |
download | op-kernel-dev-c90a78ecc2ae3c8341ed6efbfbb7e3e655ee00fe.zip op-kernel-dev-c90a78ecc2ae3c8341ed6efbfbb7e3e655ee00fe.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index c7cfdad..31b7746 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -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; |