OMAPDSS: fix omap2 dss fck handling
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 1 Nov 2013 09:26:43 +0000 (11:26 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 18 Nov 2013 12:32:25 +0000 (14:32 +0200)
commit6e555e2752ea284bda55b0ee477a512e1525b84a
tree5bdc8a51e572c2463622d59e92c632c7a338ebc1
parent5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52
OMAPDSS: fix omap2 dss fck handling

The driver considers OMAP2 DSS's functional clock as a fixed clock.
However, it can be changed, but the possible dividers are not continuous
which is why it was just handled as a fixed clock.

As a partial fix, this patch changes the code to handle the continous
part of the dividers, from 1 to 6. This let's us handle the OMAP2 fck
the same way as fcks on other OMAPs.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dss.c
This page took 0.031057 seconds and 5 git commands to generate.