Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755942AbdLVAZ5 (ORCPT ); Thu, 21 Dec 2017 19:25:57 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:53662 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755539AbdLVAYE (ORCPT ); Thu, 21 Dec 2017 19:24:04 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org CC99760328 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:02 -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 06/11] clk: qcom: ipq8074: add PCIE, USB and SDCC clocks Message-ID: <20171222002402.GN7997@codeaurora.org> References: <1513175142-3702-1-git-send-email-absahu@codeaurora.org> <1513175142-3702-7-git-send-email-absahu@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513175142-3702-7-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: 795 Lines: 21 On 12/13, Abhishek Sahu wrote: > - It has 2 instances of PCIE which uses AXI, AHB, AUX, SYS NOC > AXI and PIPE clocks. > - It has 2 instances of USB 3.0 which uses AUX, SLEEP, PIPE, > SYS NOC, mock UTMI and master clocks. > - It has 2 instances of SDCC which uses APSS and AHB clock. > SDCC1 requires ICE core clock also. > - All the PIPE clocks are external clocks which will be > registered in clock framework by PHY drivers. The enabling > and disabling of PIPE RCG clocks are dependent upon PHY > initialization sequence so BRANCH_HALT_DELAY flag is required for > these clocks. > > 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