From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH] ARM: dts: imx: Correct B850v3 clock assignment Date: Wed, 12 Jul 2017 16:31:10 +0800 Message-ID: <20170712083109.GK3172@dragon> References: <20170630134337.18245-1-romain.perier@collabora.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170630134337.18245-1-romain.perier@collabora.com> Sender: linux-kernel-owner@vger.kernel.org To: Romain Perier Cc: Sascha Hauer , Fabio Estevam , devicetree@vger.kernel.org, Rob Herring , Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martyn Welch List-Id: devicetree@vger.kernel.org On Fri, Jun 30, 2017 at 03:43:37PM +0200, Romain Perier wrote: > From: Martyn Welch > > The IPU that drives HDMI must have its pre_sel set to pll2_pfd_396m > to avoid stepping on the LVDS output's toes, as the PLL can't be clocked > to the pixel clock and to the LVDS serial clock (3.5*pixel clock) at the > same time. > > As we are using ipu1_di0 and ipu2_di0, ensure both are switched to > to pll2_pfd2_396m to avoid issues. The LDB driver will switch the > required IPU to ldb_di1 when it uses it to drive LVDS. > > Signed-off-by: Martyn Welch > Signed-off-by: Romain Perier Applied, thanks.