ux500: fix 5500 PER6 clock rate
authorRabin Vincent <rabin.vincent@stericsson.com>
Wed, 8 Dec 2010 11:48:46 +0000 (17:18 +0530)
committerLinus Walleij <linus.walleij@stericsson.com>
Wed, 8 Dec 2010 12:38:02 +0000 (13:38 +0100)
The DB5500 PER6 clock rate is the same as the DB8500 one, i.e. 133.33 MHz.

Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
arch/arm/mach-ux500/clock.c

index 598902d..00e9ab3 100644 (file)
@@ -578,7 +578,6 @@ int __init clk_init(void)
                /* Clock tree for U5500 not implemented yet */
                clk_prcc_ops.enable = clk_prcc_ops.disable = NULL;
                clk_prcmu_ops.enable = clk_prcmu_ops.disable = NULL;
-               clk_per6clk.rate = 26000000;
                clk_uartclk.rate = 36360000;
                clk_sdmmcclk.rate = 99900000;
        }