OMAPDSS: Add Video PLLs for DRA7xx
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 4 Jul 2014 08:08:27 +0000 (13:38 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 4 Feb 2015 10:32:05 +0000 (12:32 +0200)
commit99767548b128dae8eb46b7039958b2b6a5483c66
tree00639b260e3be010e0d69c59d6baf881033a1dec
parentbe40eecf8dea217a3f3b9df5c2d7235e91e25fb0
OMAPDSS: Add Video PLLs for DRA7xx

DRA7xx SoCs have one (DRA72x) or two (DRA74x) video PLLs. They are
basically the same as DSI PLLs on OMAPs, but without the rest of the DSI
hardware. The video PLLs also require some configuration via the CONTROL
module.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/Makefile
drivers/video/fbdev/omap2/dss/dss.c
drivers/video/fbdev/omap2/dss/dss.h
drivers/video/fbdev/omap2/dss/video-pll.c [new file with mode: 0644]