]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: mach-shmobile: do not enable the PLLC2 clock on init
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Tue, 17 Aug 2010 22:53:58 +0000 (22:53 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 18 Aug 2010 07:31:12 +0000 (16:31 +0900)
commit4e1774f3a5de0885be2e59a8e8ef0e99c5f79e7a
tree6a63b06d9e82b9861baf20b0919afbce73aeae59
parent3572b33efb044f76c224197408a812cda7d54fe4
ARM: mach-shmobile: do not enable the PLLC2 clock on init

AP4EVB has to reparent PLLC2 to provide a precise HDMI clock, this is only
possible, if PLLC2 hasn't been enabled yet. Since no other driver currently
uses PLLC2 we can safely remove the CLK_ENABLE_ON_INIT flag. This fixes
the "Cannot set PLLC2 parent: -16, 1 users" error message, when trying to
use HDMI on AP4EVB.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/clock-sh7372.c