summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/clock.c
diff options
context:
space:
mode:
authorJianzheng Zhou <jianzheng.zhou@freescale.com>2013-03-11 17:41:26 +0800
committerJianzheng Zhou <jianzheng.zhou@freescale.com>2013-03-12 10:09:06 +0800
commit66f1af42536b070268bf75cf7eceaa92150dbd20 (patch)
tree1fedcdaa0b1ce804698279368f5223f409e59092 /arch/arm/mach-mx6/clock.c
parent9dcb1b869fd2405efb4556a09ba512886442353e (diff)
ENGR00169384 imx6q: uart: config and enble uart5
Config clock,irq,mux pad,data entry, etc to setup uart5. Signed-off-by: Jianzheng Zhou <jianzheng.zhou@freescale.com> (cherry picked from commit 8c06604f1845028790e5da4474e4907b5f4b7504)
Diffstat (limited to 'arch/arm/mach-mx6/clock.c')
-rw-r--r--arch/arm/mach-mx6/clock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/clock.c b/arch/arm/mach-mx6/clock.c
index b8b7b7bfa9a7..c45fa2cafe71 100644
--- a/arch/arm/mach-mx6/clock.c
+++ b/arch/arm/mach-mx6/clock.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2012 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2013 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
@@ -5259,6 +5259,7 @@ static struct clk_lookup lookups[] = {
_REGISTER_CLOCK("imx-uart.1", NULL, uart_clk[0]),
_REGISTER_CLOCK("imx-uart.2", NULL, uart_clk[0]),
_REGISTER_CLOCK("imx-uart.3", NULL, uart_clk[0]),
+ _REGISTER_CLOCK("imx-uart.4", NULL, uart_clk[0]),
_REGISTER_CLOCK(NULL, "hsi_tx", hsi_tx_clk[0]),
_REGISTER_CLOCK(NULL, "caam_clk", caam_clk[0]),
_REGISTER_CLOCK(NULL, "asrc_clk", asrc_clk[0]),