Re: [PATCH V1 1/2] ARM: clk-imx6q: refine clock tree for ASRC

2014-09-04 Thread Shawn Guo
On Thu, Sep 04, 2014 at 05:48:58PM +0800, Shengjiu Wang wrote: > ASRC has "asrc", "asrc_ipg", "asrc_mem" clocks, and they share > the same gate bits. > > Signed-off-by: Shengjiu Wang Applied both, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[PATCH V1 1/2] ARM: clk-imx6q: refine clock tree for ASRC

2014-09-04 Thread Shengjiu Wang
ASRC has "asrc", "asrc_ipg", "asrc_mem" clocks, and they share the same gate bits. Signed-off-by: Shengjiu Wang --- arch/arm/mach-imx/clk-imx6q.c |5 - include/dt-bindings/clock/imx6qdl-clock.h |4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/arch/a