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

Commit 9ea49fff authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij
Browse files

clk: ux500: Ensure the FMSC clock is obtainable



The FMSC clock is traditionally used for NAND flash devices when
used on the ux500 series platforms. This patch makes it searchable
during a clock-name search.

Acked-by: default avatarMike Turquette <mturquette@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent c28f8004
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ void u8500_clk_init(void)

	clk = clk_reg_prcc_pclk("p3_pclk0", "per3clk", U8500_CLKRST3_BASE,
				BIT(0), 0);
	clk_register_clkdev(clk, NULL, "fsmc");
	clk_register_clkdev(clk, "fsmc", NULL);

	clk = clk_reg_prcc_pclk("p3_pclk1", "per3clk", U8500_CLKRST3_BASE,
				BIT(1), 0);