summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/clock-s3c2440.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-29 12:32:30 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-29 12:32:30 -0700
commitcf204a1b54a5fa34d64676313a1cb0119657388d (patch)
treee0c86bb9fda1b308cf473b3909a36d34a2aab385 /arch/arm/mach-s3c24xx/clock-s3c2440.c
parent299a62575a63b19add8206642b340f1b54ec4faf (diff)
parent5ae90d8e467e625e447000cb4335c4db973b1095 (diff)
downloadlinux-cf204a1b54a5fa34d64676313a1cb0119657388d.tar.gz
linux-cf204a1b54a5fa34d64676313a1cb0119657388d.tar.bz2
linux-cf204a1b54a5fa34d64676313a1cb0119657388d.zip
Merge 3.11-rc3 into tty-next
We want the tty fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/mach-s3c24xx/clock-s3c2440.c')
-rw-r--r--arch/arm/mach-s3c24xx/clock-s3c2440.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/clock-s3c2440.c b/arch/arm/mach-s3c24xx/clock-s3c2440.c
index 1069b5680826..aaf006d1d6dc 100644
--- a/arch/arm/mach-s3c24xx/clock-s3c2440.c
+++ b/arch/arm/mach-s3c24xx/clock-s3c2440.c
@@ -166,6 +166,9 @@ static struct clk_lookup s3c2440_clk_lookup[] = {
CLKDEV_INIT(NULL, "clk_uart_baud1", &s3c24xx_uclk),
CLKDEV_INIT(NULL, "clk_uart_baud2", &clk_p),
CLKDEV_INIT(NULL, "clk_uart_baud3", &s3c2440_clk_fclk_n),
+ CLKDEV_INIT("s3c2440-uart.0", "uart", &s3c24xx_clk_uart0),
+ CLKDEV_INIT("s3c2440-uart.1", "uart", &s3c24xx_clk_uart1),
+ CLKDEV_INIT("s3c2440-uart.2", "uart", &s3c24xx_clk_uart2),
CLKDEV_INIT("s3c2440-camif", "camera", &s3c2440_clk_cam_upll),
};