From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryder Lee Subject: Re: [PATCH] clk: mediatek: correct the clocks for MT2701 HDMI PHY module Date: Tue, 17 Apr 2018 20:35:05 +0800 Message-ID: <1523968505.23886.2.camel@mtkswgap22> References: <152389649546.51482.15378110712126175925@swboyd.mtv.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <152389649546.51482.15378110712126175925@swboyd.mtv.corp.google.com> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd Cc: Matthias Brugger , chunhui dai , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org List-Id: linux-mediatek@lists.infradead.org On Mon, 2018-04-16 at 09:34 -0700, Stephen Boyd wrote: > Quoting Ryder Lee (2018-04-15 19:31:58) > > The hdmitx_dig_cts clock signal is not a child of clk26m, > > and the actual output of the PLL block is derived from > > the tvdpll via a configurable PLL post-divider. > > > > It is used as the PLL reference input to the HDMI PHY module. > > > > Signed-off-by: Chunhui Dai > > Signed-off-by: Ryder Lee > > Any sort of Fixes: tag here? > Yes, I've already sent a new one. Thanks