aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/versatile/clk-vexpress-spc.c
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-05-31 15:10:41 +0100
committerJon Medhurst <tixy@linaro.org>2013-07-01 11:06:06 +0100
commit4566d7de202da83bc464b32dac2fd81cf1fbac92 (patch)
tree398afdfd9fa7bdd53521acd39f1b5357e4c762b1 /drivers/clk/versatile/clk-vexpress-spc.c
parent07ae43edc3b2e692356671f9444832fc291ae093 (diff)
clk: Vexpress-spc: Fixup for new SPC driver
Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'drivers/clk/versatile/clk-vexpress-spc.c')
-rw-r--r--drivers/clk/versatile/clk-vexpress-spc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/versatile/clk-vexpress-spc.c b/drivers/clk/versatile/clk-vexpress-spc.c
index b701ae41475..37125bf48cb 100644
--- a/drivers/clk/versatile/clk-vexpress-spc.c
+++ b/drivers/clk/versatile/clk-vexpress-spc.c
@@ -108,7 +108,7 @@ void __init vexpress_clk_of_register_spc(void)
const u32 *val;
int cluster_id = 0, len;
- if (!of_find_compatible_node(NULL, NULL, "arm,spc")) {
+ if (!of_find_compatible_node(NULL, NULL, "arm,vexpress-spc")) {
pr_debug("%s: No SPC found, Exiting!!\n", __func__);
return;
}
@@ -127,5 +127,5 @@ void __init vexpress_clk_of_register_spc(void)
clk_register_clkdev(clk, NULL, name);
}
}
-CLK_OF_DECLARE(spc, "arm,spc", vexpress_clk_of_register_spc);
+CLK_OF_DECLARE(spc, "arm,vexpress-spc", vexpress_clk_of_register_spc);
#endif