Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20e218a7 authored by Rabin Vincent's avatar Rabin Vincent Committed by Linus Walleij
Browse files

ux500: fix 5500 PER6 clock rate



The DB5500 PER6 clock rate is the same as the DB8500 one, i.e. 133.33 MHz.

Signed-off-by: default avatarRabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@stericsson.com>
parent 22039b7c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
	}