summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sa1100/clock.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-09-13 18:51:55 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2020-10-12 21:56:04 +0100
commit4de3dd472d2dc434c0aed5e57fc8a27c44debe1f (patch)
tree9f08f70c597dbf2fd232d0423a1b1141fb2a9558 /arch/arm/mach-sa1100/clock.c
parentf3683bc6dd0c13bf0faaedbec4cfee157d985c2b (diff)
add sa11x0 uart clocks
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
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)