CLK: TI: always enable DESHDCP clock
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 23 Feb 2015 07:11:24 +0000 (09:11 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 4 Jun 2015 06:00:52 +0000 (09:00 +0300)
commitf892b203525acb6af02bddcae95fbb547624a986
treeebc2ac88b866e7036005ea770fa6d1d75ac01240
parent2d5a3c803deedfa60014be8c0d933591c53db419
CLK: TI: always enable DESHDCP clock

DESHDCP clock is needed on DRA7 based SoCs to enable the DSS IP. That
clock is an odd one, as it is not supposed to be any kind of core clock
for DSS, and we don't even support HDCP, but the clock is still needed
even for the HWMOD framework to be able to reset the DSS IP.

As there's no support for multiple core clocks in the HWMOD framework,
we don't have any obvious place to enable this clock when DSS IP is
being enabled.

Furthermore, the HDMI on OMAP5 DSS is the same as on DRA7, and OMAP5
does not have any such clock configuration bit. This suggests that on
OMAP5 the DESHDCP clock is always enabled, and for DRA7 we have the
possibility to gate it.

So, as we don't have any clean way to enable and disable the clock
based on the need, this patch enables the clock at boot time, making it
work similarly to OMAP5.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Michael Turquette <mturquette@linaro.org>
drivers/clk/ti/clk-7xx.c