From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751954AbeEEC5S (ORCPT ); Fri, 4 May 2018 22:57:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:44114 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751767AbeEEC5Q (ORCPT ); Fri, 4 May 2018 22:57:16 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 To: Anson Huang , fabio.estevam@nxp.com, kernel@pengutronix.de, mark.rutland@arm.com, mturquette@baylibre.com, robh+dt@kernel.org, shawnguo@kernel.org, shengjiu.wang@nxp.com From: Stephen Boyd In-Reply-To: <1524209891-14146-1-git-send-email-Anson.Huang@nxp.com> Cc: Linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org References: <1524209891-14146-1-git-send-email-Anson.Huang@nxp.com> Message-ID: <152548903523.138124.11755955848234075756@swboyd.mtv.corp.google.com> User-Agent: alot/0.7 Subject: Re: [PATCH V3 1/2] clk: imx6sx: add missing lvds2 clock to the clock tree Date: Fri, 04 May 2018 19:57:15 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id w452vPm6003030 Quoting Anson Huang (2018-04-20 00:38:10) > 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 > Signed-off-by: Shengjiu Wang > Reviewed-by: Rob Herring > --- Applied to clk-next From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 To: Anson Huang , fabio.estevam@nxp.com, kernel@pengutronix.de, mark.rutland@arm.com, mturquette@baylibre.com, robh+dt@kernel.org, shawnguo@kernel.org, shengjiu.wang@nxp.com From: Stephen Boyd In-Reply-To: <1524209891-14146-1-git-send-email-Anson.Huang@nxp.com> Cc: Linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org References: <1524209891-14146-1-git-send-email-Anson.Huang@nxp.com> Message-ID: <152548903523.138124.11755955848234075756@swboyd.mtv.corp.google.com> Subject: Re: [PATCH V3 1/2] clk: imx6sx: add missing lvds2 clock to the clock tree Date: Fri, 04 May 2018 19:57:15 -0700 List-ID: Quoting Anson Huang (2018-04-20 00:38:10) > 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 > Signed-off-by: Shengjiu Wang > Reviewed-by: Rob Herring > --- Applied to clk-next From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@kernel.org (Stephen Boyd) Date: Fri, 04 May 2018 19:57:15 -0700 Subject: [PATCH V3 1/2] clk: imx6sx: add missing lvds2 clock to the clock tree In-Reply-To: <1524209891-14146-1-git-send-email-Anson.Huang@nxp.com> References: <1524209891-14146-1-git-send-email-Anson.Huang@nxp.com> Message-ID: <152548903523.138124.11755955848234075756@swboyd.mtv.corp.google.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Anson Huang (2018-04-20 00:38:10) > 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 > Signed-off-by: Shengjiu Wang > Reviewed-by: Rob Herring > --- Applied to clk-next