Re: [PATCH v2 5/7] clk: tegra: Add SATA clocks to Tegra124 initialization table

2014-06-24 Thread Stephen Warren
On 06/18/2014 08:23 AM, Mikko Perttunen wrote: > This adds two clocks, SATA and SATA_OOB, to the Tegra124 clock initialization > table. The clocks are needed for working SATA support. Acked-by: Stephen Warren (When I wrote that for v1, it applied to both patches 4 and 5, not just patch 4) Peter,

[PATCH v2 5/7] clk: tegra: Add SATA clocks to Tegra124 initialization table

2014-06-18 Thread Mikko Perttunen
This adds two clocks, SATA and SATA_OOB, to the Tegra124 clock initialization table. The clocks are needed for working SATA support. Signed-off-by: Mikko Perttunen --- drivers/clk/tegra/clk-tegra124.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/tegra/clk-tegra124.c b/driver