]> git.baikalelectronics.ru Git - kernel.git/commit
clk: ti: DRA7: Correct timer_sys_ck clock aliases for Timers
authorSuman Anna <s-anna@ti.com>
Fri, 13 Mar 2015 22:58:37 +0000 (17:58 -0500)
committerTero Kristo <t-kristo@ti.com>
Tue, 24 Mar 2015 18:23:50 +0000 (20:23 +0200)
commit5f810c64f9d9b0e9bef90caf33b7d52138696d7f
treedbd01b8b606503f788aa83017124ff22fde6dc9b
parent1efb7fb49c5b3e21d39fef98c25cee4dcf4b9142
clk: ti: DRA7: Correct timer_sys_ck clock aliases for Timers

The OMAP DMTimer API, omap_dm_timer_set_source(), can set the parent
of a timer node using 3 different values that use fixed parent names
for the clocks. The parent name, timer_sys_ck, is used for setting the
parent when used with the source index OMAP_TIMER_SRC_SYS_CLK. This
should point to the TIMER_SYS_CLK and not the SYSCLKIN2, so correct
the clock aliases appropriately. SYSCLKIN2 is not a mandatory clock
input.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
drivers/clk/ti/clk-7xx.c