]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: omap: sata: move enable sata clocks to enable_basic_clocks()
authorMugunthan V N <mugunthanvnm@ti.com>
Fri, 7 Apr 2017 11:42:00 +0000 (13:42 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 15 Apr 2017 01:38:57 +0000 (19:38 -0600)
commit01a072c6cf0539e7b8e78cce7f1f53884121646a
treef0eba8cdb29569344f03edf18156c26e0969b3a3
parentfbeb33752999e7317113199ef89873d6b6916814
arm: omap: sata: move enable sata clocks to enable_basic_clocks()

All the clocks which has to be enabled has to be done in
enable_basic_clocks(), so moving enable sata clock to common
clocks enable function.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-omap2/omap5/hw_data.c
arch/arm/mach-omap2/sata.c