summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sa1100/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-sa1100/clock.c')
-rw-r--r--arch/arm/mach-sa1100/clock.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/clock.c b/arch/arm/mach-sa1100/clock.c
index a33455e2fa31..0562273d49fc 100644
--- a/arch/arm/mach-sa1100/clock.c
+++ b/arch/arm/mach-sa1100/clock.c
@@ -105,6 +105,9 @@ int __init sa11xx_clk_init(void)
return PTR_ERR(hw);
clk_hw_register_clkdev(hw, "OSTIMER0", NULL);
+ clk_hw_register_clkdev(hw, NULL, "sa11x0-uart.1");
+ clk_hw_register_clkdev(hw, NULL, "sa11x0-uart.2");
+ clk_hw_register_clkdev(hw, NULL, "sa11x0-uart.3");
hw = kzalloc(sizeof(*hw), GFP_KERNEL);
if (!hw)