Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: ux500: Register nomadik keypad clock lookups for u8500

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

authored by

Ulf Hansson and committed by
Mike Turquette
5678596c 44d6453a

+4
+4
drivers/clk/ux500/u8500_clk.c
··· 350 350 351 351 clk = clk_reg_prcc_pclk("p3_pclk5", "per3clk", U8500_CLKRST3_BASE, 352 352 BIT(5), 0); 353 + clk_register_clkdev(clk, "apb_pclk", "ske"); 354 + clk_register_clkdev(clk, "apb_pclk", "nmk-ske-keypad"); 353 355 354 356 clk = clk_reg_prcc_pclk("p3_pclk6", "per3clk", U8500_CLKRST3_BASE, 355 357 BIT(6), 0); ··· 509 507 510 508 clk = clk_reg_prcc_kclk("p3_ske_kclk", "rtc32k", 511 509 U8500_CLKRST3_BASE, BIT(5), CLK_SET_RATE_GATE); 510 + clk_register_clkdev(clk, NULL, "ske"); 511 + clk_register_clkdev(clk, NULL, "nmk-ske-keypad"); 512 512 513 513 clk = clk_reg_prcc_kclk("p3_uart2_kclk", "uartclk", 514 514 U8500_CLKRST3_BASE, BIT(6), CLK_SET_RATE_GATE);