Re: [PATCH V2 1/2] clk: imx6sx: add missing lvds2 clock to the clock tree

From: Rob Herring
Date: Mon Mar 26 2018 - 18:23:26 EST


On Mon, Mar 19, 2018 at 10:30:44AM +0800, Anson Huang wrote:
> i.MX6SX has lvds2 (analog clock2), an I/O clock like lvds1.
> And this lvds2, along with lvds1, can be used to provide
> external clock source to the internal pll, such as pll4_audio
> and pll5_video.
>
> This patch mainly adds the lvds2 to the clock tree and fix its
> relationship with pll accordingly.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> Signed-off-by: Shengjiu Wang <shengjiu.wang@xxxxxxx>
> ---
> drivers/clk/imx/clk-imx6sx.c | 8 ++++++--
> include/dt-bindings/clock/imx6sx-clock.h | 6 +++++-
> 2 files changed, 11 insertions(+), 3 deletions(-)

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>