Re: [PATCH v3 1/8] dt-bindings: msm/dsi: Add ref clock for PHYs

2018-12-05 Thread Stephen Boyd
Quoting Matthias Kaehlcke (2018-11-30 16:52:47) > Allow the PHY drivers to get the ref clock from the DT. > > Signed-off-by: Matthias Kaehlcke > --- Reviewed-by: Stephen Boyd ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.fr

Re: [PATCH v3 1/8] dt-bindings: msm/dsi: Add ref clock for PHYs

2018-12-04 Thread Doug Anderson
Hi, On Fri, Nov 30, 2018 at 4:53 PM Matthias Kaehlcke wrote: > > Allow the PHY drivers to get the ref clock from the DT. > > Signed-off-by: Matthias Kaehlcke > --- > Changes in V3: > - added note that the ref clock is only required for new DTS > files/entries > > Changes in v2: > - add the ref

[PATCH v3 1/8] dt-bindings: msm/dsi: Add ref clock for PHYs

2018-11-30 Thread Matthias Kaehlcke
Allow the PHY drivers to get the ref clock from the DT. Signed-off-by: Matthias Kaehlcke --- Changes in V3: - added note that the ref clock is only required for new DTS files/entries Changes in v2: - add the ref clock for all PHYs, not only the 10nm one - updated commit message --- Documentat