[PATCH V2 1/2] clk: imx6sx: add missing lvds2 clock to the clock tree
From: robh@kernel.org (Rob Herring)
Date: 2018-03-26 22:23:23
Also in:
linux-clk, linux-devicetree, lkml
From: robh@kernel.org (Rob Herring)
Date: 2018-03-26 22:23:23
Also in:
linux-clk, linux-devicetree, lkml
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 <redacted> Signed-off-by: Shengjiu Wang <redacted> --- 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@kernel.org>