]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: ti: am43xx: Fix clock parent for RTC clock
authorTony Lindgren <tony@atomide.com>
Fri, 21 Feb 2020 17:10:30 +0000 (09:10 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Apr 2020 13:09:53 +0000 (15:09 +0200)
commit3dea08e7ac2954baa42f86af3ce81dfb0dd7a4cb
tree609f182eafa249ff769c99868fbad32797b10790
parentee01d005d0403b4cddcc06d9af1cae68c47daea2
clk: ti: am43xx: Fix clock parent for RTC clock

commit 5f3d9b07b9bb4679922f0b2e2baa770e74a6bbd3 upstream.

Currently enabling clkctrl clock on am4 can fail for RTC as the clock
parent is wrong for RTC.

Fixes: 76a1049b84dd ("clk: ti: am43xx: add new clkctrl data for am43xx")
Signed-off-by: Tony Lindgren <tony@atomide.com>
Link: https://lkml.kernel.org/r/20200221171030.39326-1-tony@atomide.com
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/ti/clk-43xx.c