drm/omap: add field for PLL type
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 18 May 2016 07:48:44 +0000 (10:48 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 19 May 2016 17:19:05 +0000 (20:19 +0300)
commit06ede3dd96e16b41618b656b54467b9eb924870f
treee45db98af8223a6827c8e48c09a87cc8d89d6005
parentb5d8c757a64fa7938f965171d2d0f40d5273fb2e
drm/omap: add field for PLL type

DSS uses two types of PLLs, type A (DSI & Video) and type B (HDMI). The
two types behave slightly differently, but we don't have the type of the
PLL available anywhere for the driver.

This patch adds an enum for the PLL type and a field in the PLL's HW
data to store it.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/dsi.c
drivers/gpu/drm/omapdrm/dss/dss.h
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
drivers/gpu/drm/omapdrm/dss/video-pll.c