]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: clps711x: Set PLL clock to zero if we work from 13 mHz source
authorAlexander Shiyan <shc_work@mail.ru>
Mon, 13 May 2013 17:07:23 +0000 (21:07 +0400)
committerOlof Johansson <olof@lixom.net>
Tue, 11 Jun 2013 22:47:15 +0000 (15:47 -0700)
This clock will be used in audio subsystem. Since audio cannot work
without PLL we should indicate this.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-clps711x/common.c

index 20ff50f3ccf04afb34361e4e84edbbbfed371601..f42302e466bd1aec9baf382652f049244826b852 100644 (file)
@@ -301,6 +301,7 @@ void __init clps711x_timer_init(void)
                cpu = ext;
                bus = cpu;
                spi = 135400;
+               pll = 0;
        } else {
                cpu = pll;
                if (cpu >= 36864000)