summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nomadik/8815.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-nomadik/8815.c')
-rw-r--r--arch/arm/mach-nomadik/8815.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-nomadik/8815.c b/arch/arm/mach-nomadik/8815.c
index 3138045190..69aacd5766 100644
--- a/arch/arm/mach-nomadik/8815.c
+++ b/arch/arm/mach-nomadik/8815.c
@@ -37,8 +37,8 @@ void st8815_add_device_sdram(u32 size)
}
static struct clk_lookup clocks_lookups[] = {
- CLKDEV_CON_ID("uart-pl0110", &st8815_clk_48),
- CLKDEV_CON_ID("uart-pl0111", &st8815_clk_48),
+ CLKDEV_DEV_ID("uart-pl0110", &st8815_clk_48),
+ CLKDEV_DEV_ID("uart-pl0111", &st8815_clk_48),
};
static int st8815_clkdev_init(void)