OMAPDSS: setup default dss fck
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 22 Oct 2012 13:35:41 +0000 (16:35 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 5 Nov 2012 09:14:05 +0000 (11:14 +0200)
commit13a1a2b2a68d00d8d81417606571e004e10f6d91
tree47b01970008649de6f7a6dec5aff327fc9c9e0bd
parent930b027eb41e31e86618ecd06cf4acf1e44c136b
OMAPDSS: setup default dss fck

We don't currently set the dss fck when starting up. This is not a
problem, as we setup the fck later when configuring the pixel clocks. Or
this is how it was for omap2, for the rest of the omaps this may not be
so.

For DSI, HDMI and also for DPI when using DSI PLL, we don't need to
change the dss fck, and thus it may be left unconfigured. Usually the
dss fck is already setup fine by default, but we can't trust this.

This patch sets the dss fck to maximum at probe time.

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