* [PATCH] ARM: imx: clk-vf610: Add clock for UART4 and UART5
@ 2015-01-06 13:36 Bhuvanchandra DV
2015-01-13 10:43 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Bhuvanchandra DV @ 2015-01-06 13:36 UTC (permalink / raw)
To: linux-arm-kernel
Add support for clock gating of UART4 and UART5.
We use these UART's in a (not yet mainlined)
device tree.
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
---
arch/arm/mach-imx/clk-vf610.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-imx/clk-vf610.c b/arch/arm/mach-imx/clk-vf610.c
index cb21777..af338d2 100644
--- a/arch/arm/mach-imx/clk-vf610.c
+++ b/arch/arm/mach-imx/clk-vf610.c
@@ -267,6 +267,8 @@ static void __init vf610_clocks_init(struct device_node *ccm_node)
clk[VF610_CLK_UART1] = imx_clk_gate2("uart1", "ipg_bus", CCM_CCGR0, CCM_CCGRx_CGn(8));
clk[VF610_CLK_UART2] = imx_clk_gate2("uart2", "ipg_bus", CCM_CCGR0, CCM_CCGRx_CGn(9));
clk[VF610_CLK_UART3] = imx_clk_gate2("uart3", "ipg_bus", CCM_CCGR0, CCM_CCGRx_CGn(10));
+ clk[VF610_CLK_UART4] = imx_clk_gate2("uart4", "ipg_bus", CCM_CCGR6, CCM_CCGRx_CGn(9));
+ clk[VF610_CLK_UART5] = imx_clk_gate2("uart5", "ipg_bus", CCM_CCGR6, CCM_CCGRx_CGn(10));
clk[VF610_CLK_I2C0] = imx_clk_gate2("i2c0", "ipg_bus", CCM_CCGR4, CCM_CCGRx_CGn(6));
clk[VF610_CLK_I2C1] = imx_clk_gate2("i2c1", "ipg_bus", CCM_CCGR4, CCM_CCGRx_CGn(7));
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: imx: clk-vf610: Add clock for UART4 and UART5
2015-01-06 13:36 [PATCH] ARM: imx: clk-vf610: Add clock for UART4 and UART5 Bhuvanchandra DV
@ 2015-01-13 10:43 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2015-01-13 10:43 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jan 06, 2015 at 07:06:56PM +0530, Bhuvanchandra DV wrote:
> Add support for clock gating of UART4 and UART5.
> We use these UART's in a (not yet mainlined)
> device tree.
>
> Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-13 10:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-06 13:36 [PATCH] ARM: imx: clk-vf610: Add clock for UART4 and UART5 Bhuvanchandra DV
2015-01-13 10:43 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).