commit | 06ede3dd96e16b41618b656b54467b9eb924870f | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 18 10:48:44 2016 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 19 20:19:05 2016 +0300 |
tree | e45db98af8223a6827c8e48c09a87cc8d89d6005 | |
parent | b5d8c757a64fa7938f965171d2d0f40d5273fb2e [diff] |
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>