From c90a78ecc2ae3c8341ed6efbfbb7e3e655ee00fe Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 31 Aug 2011 15:32:23 +0300 Subject: [PATCH] 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 --- include/video/omapdss.h | 1 + 1 file changed, 1 insertion(+) 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 { } dispc; struct { + /* regn is one greater than TRM's REGN value */ u16 regn; u16 regm; u16 regm_dispc; -- 2.34.1