Received: by 10.192.165.156 with SMTP id m28csp845944imm; Mon, 16 Apr 2018 09:36:48 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+X/YsNqkqCTe1aZcDk/Csbd41FJ81TJNY2SguTxbVJ8uM294hnaXQ/SK0w8agkuMz3c1Yb X-Received: by 2002:a17:902:5066:: with SMTP id f35-v6mr16214669plh.14.1523896608614; Mon, 16 Apr 2018 09:36:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523896608; cv=none; d=google.com; s=arc-20160816; b=BYSOm2la8uu+DslCrpWb93uFpDObJh7IcKFoThQa+jNcGj9w7V6ep98Oco7mcZlVeE 690I6+S1R6u51WAI/qJNM/cI7O8wFpEFhCCFrMFXqGyZ9xeY/IIM1hVYi2Bd9dukT2+s hgJ3xBXDEuG89d0QJucQntjZ8It12uONWPAt73PpZSjLw29KspveIaB5fUAV8JbIrGsk wlcEPLFH+/JO851g/mJ32mTj47hk7jzwnWLdvGEC7G8GD84F57M24sScCf0/PsMDhb2O e8ZR65jekH/QOMjZsadNhiDVvANLE9sbzQizr089Zh8hJZ6bjaU00cADtEUT4TQK8AZD DygA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version:dmarc-filter:arc-authentication-results; bh=uimcCLJyHmVn2gvO6PB3ar3pMOTFuWZnOMETDYWS60M=; b=EoUIT751Hxp6+MHcxub2wevc2JLX2/KfFIGhjcIaH98XNnslzrn57viOBca5VkYvD6 V3oYkS+qk+cv5sJDOe4rtsfNvs+JhcTPctfY+Bwt9U0VUT3mBqK1OVGC7KxTDFrqCqrZ CkpeU3UDloY3aW5Hpa98Ep8qL8FEPjb8HRcf7+Nxv+FFz9RFKlI40YcbJWn/EQ+uhO/U CSoG/XOtk38GyMySxJgxk1yfUN2eMs/3nzXlNLcW5t7dwupSDrvQ0hFvy+G+gfg44uMg IkxbK3rhEdCeLCI3E1eKeKIOlCdeW2heopYvrPN++a6uvCvtrKzNXamT5xkFEc35HrN3 rZvQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u9-v6si2459953plk.516.2018.04.16.09.36.34; Mon, 16 Apr 2018 09:36:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752713AbeDPQe5 convert rfc822-to-8bit (ORCPT + 99 others); Mon, 16 Apr 2018 12:34:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:40992 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbeDPQe4 (ORCPT ); Mon, 16 Apr 2018 12:34:56 -0400 Received: from localhost (unknown [104.132.1.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 202E2217D9; Mon, 16 Apr 2018 16:34:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 202E2217D9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=sboyd@kernel.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Ryder Lee From: Stephen Boyd In-Reply-To: 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, Ryder Lee References: Message-ID: <152389649546.51482.15378110712126175925@swboyd.mtv.corp.google.com> User-Agent: alot/0.7 Subject: Re: [PATCH] clk: mediatek: correct the clocks for MT2701 HDMI PHY module Date: Mon, 16 Apr 2018 09:34:55 -0700 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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?