Re: [PATCH v2] clk: qcom: Add EBI2 clocks for IPQ806x

2015-04-06 Thread Stephen Boyd
On 04/01/15 22:50, Archit Taneja wrote: > The NAND controller within EBI2 requires EBI2_CLK and EBI2_ALWAYS_ON_CLK > clocks. > Create structs for these clocks so that they can be used by the NAND > controller > driver. Add an entry for EBI2_AON_CLK in the gcc-ipq806x DT binding document. > >

Re: [PATCH v2] clk: qcom: Add EBI2 clocks for IPQ806x

2015-04-06 Thread Stephen Boyd
On 04/01/15 22:50, Archit Taneja wrote: The NAND controller within EBI2 requires EBI2_CLK and EBI2_ALWAYS_ON_CLK clocks. Create structs for these clocks so that they can be used by the NAND controller driver. Add an entry for EBI2_AON_CLK in the gcc-ipq806x DT binding document.

[PATCH v2] clk: qcom: Add EBI2 clocks for IPQ806x

2015-04-01 Thread Archit Taneja
The NAND controller within EBI2 requires EBI2_CLK and EBI2_ALWAYS_ON_CLK clocks. Create structs for these clocks so that they can be used by the NAND controller driver. Add an entry for EBI2_AON_CLK in the gcc-ipq806x DT binding document. Signed-off-by: Archit Taneja --- v2: - removed

[PATCH v2] clk: qcom: Add EBI2 clocks for IPQ806x

2015-04-01 Thread Archit Taneja
The NAND controller within EBI2 requires EBI2_CLK and EBI2_ALWAYS_ON_CLK clocks. Create structs for these clocks so that they can be used by the NAND controller driver. Add an entry for EBI2_AON_CLK in the gcc-ipq806x DT binding document. Signed-off-by: Archit Taneja arch...@codeaurora.org ---