Re: [PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-25 Thread Shawn Guo
On Mon, Aug 25, 2014 at 03:40:20PM +0800, Shengjiu Wang wrote: > On Mon, Aug 18, 2014 at 02:06:07PM +0800, Shawn Guo wrote: > > On Mon, Aug 11, 2014 at 11:09:36AM +0800, Shengjiu Wang wrote: > > > On Sat, Aug 09, 2014 at 09:58:42PM +0800, Shawn Guo wrote: > > > > On Fri, Aug 08, 2014 at 03:02:49PM

Re: [PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-25 Thread Shengjiu Wang
On Mon, Aug 18, 2014 at 02:06:07PM +0800, Shawn Guo wrote: > On Mon, Aug 11, 2014 at 11:09:36AM +0800, Shengjiu Wang wrote: > > On Sat, Aug 09, 2014 at 09:58:42PM +0800, Shawn Guo wrote: > > > On Fri, Aug 08, 2014 at 03:02:49PM +0800, Shengjiu Wang wrote: > > > > @@ -176,8 +182,12 @@ static void

Re: [PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-25 Thread Shengjiu Wang
On Mon, Aug 18, 2014 at 02:06:07PM +0800, Shawn Guo wrote: On Mon, Aug 11, 2014 at 11:09:36AM +0800, Shengjiu Wang wrote: On Sat, Aug 09, 2014 at 09:58:42PM +0800, Shawn Guo wrote: On Fri, Aug 08, 2014 at 03:02:49PM +0800, Shengjiu Wang wrote: @@ -176,8 +182,12 @@ static void __init

Re: [PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-25 Thread Shawn Guo
On Mon, Aug 25, 2014 at 03:40:20PM +0800, Shengjiu Wang wrote: On Mon, Aug 18, 2014 at 02:06:07PM +0800, Shawn Guo wrote: On Mon, Aug 11, 2014 at 11:09:36AM +0800, Shengjiu Wang wrote: On Sat, Aug 09, 2014 at 09:58:42PM +0800, Shawn Guo wrote: On Fri, Aug 08, 2014 at 03:02:49PM +0800,

Re: [PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-18 Thread Shawn Guo
On Mon, Aug 11, 2014 at 11:09:36AM +0800, Shengjiu Wang wrote: > On Sat, Aug 09, 2014 at 09:58:42PM +0800, Shawn Guo wrote: > > On Fri, Aug 08, 2014 at 03:02:49PM +0800, Shengjiu Wang wrote: > > > @@ -176,8 +182,12 @@ static void __init imx6q_clocks_init(struct > > > device_node *ccm_node) > > >

Re: [PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-18 Thread Shawn Guo
On Mon, Aug 11, 2014 at 11:09:36AM +0800, Shengjiu Wang wrote: On Sat, Aug 09, 2014 at 09:58:42PM +0800, Shawn Guo wrote: On Fri, Aug 08, 2014 at 03:02:49PM +0800, Shengjiu Wang wrote: @@ -176,8 +182,12 @@ static void __init imx6q_clocks_init(struct device_node *ccm_node) * the

Re: [PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-10 Thread Shengjiu Wang
On Sat, Aug 09, 2014 at 09:58:42PM +0800, Shawn Guo wrote: > On Fri, Aug 08, 2014 at 03:02:49PM +0800, Shengjiu Wang wrote: > > @@ -176,8 +182,12 @@ static void __init imx6q_clocks_init(struct > > device_node *ccm_node) > > * the "output_enable" bit as a gate, even though it's really just >

Re: [PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-10 Thread Shengjiu Wang
On Sat, Aug 09, 2014 at 09:58:42PM +0800, Shawn Guo wrote: On Fri, Aug 08, 2014 at 03:02:49PM +0800, Shengjiu Wang wrote: @@ -176,8 +182,12 @@ static void __init imx6q_clocks_init(struct device_node *ccm_node) * the output_enable bit as a gate, even though it's really just *

Re: [PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-09 Thread Shawn Guo
On Fri, Aug 08, 2014 at 03:02:49PM +0800, Shengjiu Wang wrote: > @@ -176,8 +182,12 @@ static void __init imx6q_clocks_init(struct device_node > *ccm_node) >* the "output_enable" bit as a gate, even though it's really just >* enabling clock output. >*/ > -

Re: [PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-09 Thread Shawn Guo
On Fri, Aug 08, 2014 at 03:02:49PM +0800, Shengjiu Wang wrote: @@ -176,8 +182,12 @@ static void __init imx6q_clocks_init(struct device_node *ccm_node) * the output_enable bit as a gate, even though it's really just * enabling clock output. */ -

[PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-08 Thread Shengjiu Wang
anaclk1 and anaclk2 is the clock source for lvds1_in and lvds2_in. lvds1_in and lvds2_in can be used to provide external clock source to the internal pll, such as pll4_audio and pll5_video. pll4_audio and pll5_video can have multiple source, not only "osc", so add them. Signed-off-by: Nicolin

[PATCH V3 3/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-08 Thread Shengjiu Wang
anaclk1 and anaclk2 is the clock source for lvds1_in and lvds2_in. lvds1_in and lvds2_in can be used to provide external clock source to the internal pll, such as pll4_audio and pll5_video. pll4_audio and pll5_video can have multiple source, not only osc, so add them. Signed-off-by: Nicolin Chen