Re: [PATCH 2/2] drm/msm/dsi: Get PHY ref clock from the DT

2018-11-20 Thread Doug Anderson
Hi, On Wed, Nov 14, 2018 at 3:56 PM Matthias Kaehlcke wrote: > > On Thu, Nov 08, 2018 at 02:04:31PM -0800, Doug Anderson wrote: > > Hi, > > > > On Fri, Nov 2, 2018 at 2:45 PM Matthias Kaehlcke wrote: > > > > > > Get the PHY ref clock from the device tree instead of hardcoding > > > its name and

Re: [PATCH 2/2] drm/msm/dsi: Get PHY ref clock from the DT

2018-11-15 Thread Stephen Boyd
Quoting Matthias Kaehlcke (2018-11-14 14:24:43) > On Tue, Nov 06, 2018 at 03:11:48PM -0800, Stephen Boyd wrote: > > Quoting Matthias Kaehlcke (2018-11-02 14:45:34) > > > @@ -630,7 +632,8 @@ static int pll_10nm_register(struct dsi_pll_10nm > > > *pll_10nm) > > > char clk_name[32], parent[32

Re: [PATCH 2/2] drm/msm/dsi: Get PHY ref clock from the DT

2018-11-14 Thread Matthias Kaehlcke
On Thu, Nov 08, 2018 at 02:04:31PM -0800, Doug Anderson wrote: > Hi, > > On Fri, Nov 2, 2018 at 2:45 PM Matthias Kaehlcke wrote: > > > > Get the PHY ref clock from the device tree instead of hardcoding > > its name and rate. > > > > Signed-off-by: Matthias Kaehlcke > > --- > > drivers/gpu/drm/m

Re: [PATCH 2/2] drm/msm/dsi: Get PHY ref clock from the DT

2018-11-14 Thread Matthias Kaehlcke
On Tue, Nov 06, 2018 at 03:11:48PM -0800, Stephen Boyd wrote: > Quoting Matthias Kaehlcke (2018-11-02 14:45:34) > > @@ -630,7 +632,8 @@ static int pll_10nm_register(struct dsi_pll_10nm > > *pll_10nm) > > char clk_name[32], parent[32], vco_name[32]; > > char parent2[32], parent3[32]

Re: [PATCH 2/2] drm/msm/dsi: Get PHY ref clock from the DT

2018-11-08 Thread Doug Anderson
Hi, On Fri, Nov 2, 2018 at 2:45 PM Matthias Kaehlcke wrote: > > Get the PHY ref clock from the device tree instead of hardcoding > its name and rate. > > Signed-off-by: Matthias Kaehlcke > --- > drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c | 11 ++- > 1 file changed, 10 insertions(+), 1 d

Re: [PATCH 2/2] drm/msm/dsi: Get PHY ref clock from the DT

2018-11-07 Thread Stephen Boyd
Quoting Matthias Kaehlcke (2018-11-02 14:45:34) > @@ -630,7 +632,8 @@ static int pll_10nm_register(struct dsi_pll_10nm > *pll_10nm) > char clk_name[32], parent[32], vco_name[32]; > char parent2[32], parent3[32], parent4[32]; > struct clk_init_data vco_init = { > -