diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-05-17 14:12:35 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-05-19 20:19:05 +0300 |
commit | b5d8c757a64fa7938f965171d2d0f40d5273fb2e (patch) | |
tree | 73ce1533d983300b2cbf9308f747e5288d00ee50 /drivers/gpu/drm/omapdrm/dss/dss.h | |
parent | 3b63ca75661decc7db44b492cafbbe60adaf3731 (diff) |
drm/omap: Add missing clock sources
enum dss_clk_source does not have values for all clock sources available
on OMAP4+ DSS versions. Add the missing clock sources.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dss.h')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/dss.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dss.h b/drivers/gpu/drm/omapdrm/dss/dss.h index 56c2d277341a..38e77fac2078 100644 --- a/drivers/gpu/drm/omapdrm/dss/dss.h +++ b/drivers/gpu/drm/omapdrm/dss/dss.h @@ -107,9 +107,13 @@ enum dss_clk_source { DSS_CLK_SRC_PLL1_1, DSS_CLK_SRC_PLL1_2, + DSS_CLK_SRC_PLL1_3, DSS_CLK_SRC_PLL2_1, DSS_CLK_SRC_PLL2_2, + DSS_CLK_SRC_PLL2_3, + + DSS_CLK_SRC_HDMI_PLL, }; enum dss_pll_id { |