Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755788AbdLVAYW (ORCPT ); Thu, 21 Dec 2017 19:24:22 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:53888 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755655AbdLVAYJ (ORCPT ); Thu, 21 Dec 2017 19:24:09 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 8F4A260B17 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Thu, 21 Dec 2017 16:24:07 -0800 From: Stephen Boyd To: Abhishek Sahu Cc: Michael Turquette , Rob Herring , Andy Gross , David Brown , Mark Rutland , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 08/11] clk: qcom: ipq8074: add NSS ethernet port clocks Message-ID: <20171222002407.GP7997@codeaurora.org> References: <1513175142-3702-1-git-send-email-absahu@codeaurora.org> <1513175142-3702-9-git-send-email-absahu@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1513175142-3702-9-git-send-email-absahu@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 599 Lines: 16 On 12/13, Abhishek Sahu wrote: > IPQ8074 has 6 ethernet ports which supports all ethernet speeds > from 10Mpbs to 10 Gpbs and each speed requires different clock > rates. Each port has separate TX and RX clocks. These clocks > use separate external UNIPHY PLL’s which will be registered with > separate NSS driver. The clock frequency is 125 Mhz for UNIPHY0 > and 312.5 Mhz for UNIPHY1 and UNIPHY2. > > Signed-off-by: Abhishek Sahu > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project