summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ux500
diff options
context:
space:
mode:
authorLee Jones2012-12-19 17:42:29 +0100
committerLinus Walleij2013-03-01 23:23:19 +0100
commit9ea49fff04917255ad3dbc2231587a8e8ec0a389 (patch)
tree74d63f7e32c601dce7ec12caee987848169a97a3 /drivers/clk/ux500
parentARM: ux500: Provide a means to obtain the SMSC9115 clock when DT is enabled (diff)
downloadkernel-qcow2-linux-9ea49fff04917255ad3dbc2231587a8e8ec0a389.tar.gz
kernel-qcow2-linux-9ea49fff04917255ad3dbc2231587a8e8ec0a389.tar.xz
kernel-qcow2-linux-9ea49fff04917255ad3dbc2231587a8e8ec0a389.zip
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: Mike Turquette <mturquette@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/clk/ux500')
-rw-r--r--drivers/clk/ux500/u8500_clk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ux500/u8500_clk.c b/drivers/clk/ux500/u8500_clk.c
index 6b889a0e90b3..a60180228628 100644
--- a/drivers/clk/ux500/u8500_clk.c
+++ b/drivers/clk/ux500/u8500_clk.c
@@ -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);