From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from Mailgw01.mediatek.com ([1.203.163.78]:30463 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752974AbeDQMfN (ORCPT ); Tue, 17 Apr 2018 08:35:13 -0400 Message-ID: <1523968505.23886.2.camel@mtkswgap22> Subject: Re: [PATCH] clk: mediatek: correct the clocks for MT2701 HDMI PHY module From: Ryder Lee To: Stephen Boyd CC: Matthias Brugger , chunhui dai , , , , Date: Tue, 17 Apr 2018 20:35:05 +0800 In-Reply-To: <152389649546.51482.15378110712126175925@swboyd.mtv.corp.google.com> References: <152389649546.51482.15378110712126175925@swboyd.mtv.corp.google.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Sender: linux-clk-owner@vger.kernel.org List-ID: 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