Re: [U-Boot] [PATCH 1/7] arm: omap: sata: move enable sata clocks to enable_basic_clocks()

2017-04-05 Thread Tom Rini
On Fri, Mar 24, 2017 at 01:24:41PM +0100, Jean-Jacques Hiblot wrote: > From: Mugunthan V N > > 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 > Signed-off-by: Jea

[U-Boot] [PATCH 1/7] arm: omap: sata: move enable sata clocks to enable_basic_clocks()

2017-03-24 Thread Jean-Jacques Hiblot
From: Mugunthan V N 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 Signed-off-by: Jean-Jacques Hiblot --- arch/arm/mach-omap2/omap5/hw_data.c | 12 arch/arm