Re: [PATCH 1/1] imx25: Fix LCD pixelclock configuration

2016-02-07 Thread Carlos Soto
2016-01-28 7:32 GMT+01:00 Shawn Guo : > On Wed, Dec 23, 2015 at 09:30:10PM +0100, Carlos Soto wrote: >> Set LCDC base clock (per_7) parent clock to UPLL clock. >> This is needed to allow finer resolution in pixelclock >> >> Signed-off-by: Carlos Soto >> --- >> drivers/clk/imx/clk-imx25.c |6

Re: [PATCH 1/1] imx25: Fix LCD pixelclock configuration

2016-02-07 Thread Carlos Soto
2016-01-28 7:32 GMT+01:00 Shawn Guo : > On Wed, Dec 23, 2015 at 09:30:10PM +0100, Carlos Soto wrote: >> Set LCDC base clock (per_7) parent clock to UPLL clock. >> This is needed to allow finer resolution in pixelclock >> >> Signed-off-by: Carlos Soto >>

Re: [PATCH 1/1] imx25: Fix LCD pixelclock configuration

2016-01-27 Thread Shawn Guo
On Wed, Dec 23, 2015 at 09:30:10PM +0100, Carlos Soto wrote: > Set LCDC base clock (per_7) parent clock to UPLL clock. > This is needed to allow finer resolution in pixelclock > > Signed-off-by: Carlos Soto > --- > drivers/clk/imx/clk-imx25.c |6 ++ > 1 file changed, 6 insertions(+) >

Re: [PATCH 1/1] imx25: Fix LCD pixelclock configuration

2016-01-27 Thread Shawn Guo
On Wed, Dec 23, 2015 at 09:30:10PM +0100, Carlos Soto wrote: > Set LCDC base clock (per_7) parent clock to UPLL clock. > This is needed to allow finer resolution in pixelclock > > Signed-off-by: Carlos Soto > --- > drivers/clk/imx/clk-imx25.c |6 ++ > 1 file

[PATCH 1/1] imx25: Fix LCD pixelclock configuration

2015-12-23 Thread Carlos Soto
Set LCDC base clock (per_7) parent clock to UPLL clock. This is needed to allow finer resolution in pixelclock Signed-off-by: Carlos Soto --- drivers/clk/imx/clk-imx25.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/clk/imx/clk-imx25.c b/drivers/clk/imx/clk-imx25.c index

[PATCH 1/1] imx25: Fix LCD pixelclock configuration

2015-12-23 Thread Carlos Soto
Set LCDC base clock (per_7) parent clock to UPLL clock. This is needed to allow finer resolution in pixelclock Signed-off-by: Carlos Soto --- drivers/clk/imx/clk-imx25.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/clk/imx/clk-imx25.c