Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756729AbdLOXJv (ORCPT ); Fri, 15 Dec 2017 18:09:51 -0500 Received: from mail-ot0-f182.google.com ([74.125.82.182]:45974 "EHLO mail-ot0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755864AbdLOXJr (ORCPT ); Fri, 15 Dec 2017 18:09:47 -0500 X-Google-Smtp-Source: ACJfBos4c3I46KsmivgDozimGZ7ZORv3y7fMjr8BNgldf6+MdopMsB8/QSEcI39WRAQrriPQX0uOjg== Date: Fri, 15 Dec 2017 17:09:45 -0600 From: Rob Herring To: Abhishek Sahu Cc: Stephen Boyd , Michael Turquette , 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 04/11] dt-bindings: clock: qcom: add remaining clocks for IPQ8074 Message-ID: <20171215230945.fysottb7eqtabc5c@rob-hp-laptop> References: <1513175142-3702-1-git-send-email-absahu@codeaurora.org> <1513175142-3702-5-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-5-git-send-email-absahu@codeaurora.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 878 Lines: 20 On Wed, Dec 13, 2017 at 07:55:35PM +0530, Abhishek Sahu wrote: > This patch adds the DT bindings for following IPQ8074 clocks > > - General PLL’s, NSS UBI PLL and NSS Crypto PLL. > - 2 instances of PCIE, USB, SDCC. > - 2 NSS UBI core and common NSS clocks. NSS is network switching > system which accelerates the ethernet traffic. IPQ8074 > NSS has two UBI cores. Some clocks are separate for each UBI core > and remaining NSS clocks are common. > - NSS ethernet port clocks. IPQ8074 has 6 ethernet ports and > each port uses different TX and RX clocks. > - Crypto engine clocks. > - General purpose clocks which comes over GPIO. > > Signed-off-by: Abhishek Sahu > --- > include/dt-bindings/clock/qcom,gcc-ipq8074.h | 180 +++++++++++++++++++++++++++ > 1 file changed, 180 insertions(+) Reviewed-by: Rob Herring