From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F773C28EBB for ; Thu, 6 Jun 2019 23:29:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DBCE5208E4 for ; Thu, 6 Jun 2019 23:29:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559863798; bh=s/IGr6FJIJTtmPkO0Rn/Sv11l8Exxwy3saMC055VrOk=; h=In-Reply-To:References:To:From:Subject:Cc:Date:List-ID:From; b=gKFg4Qfumrz5wzrgiNJuN2ZJ59nS5upQgLnsNG75UZerUZnO4Z9jSmmUu+hfaAZuk fN0Rp6qhzZAt/VEzraZnCjASG3Ev6SMe9aDpLAhEceS4zJnCwZCBw0l7u7HmsWXG8A GDN9fucNz37rIW1MoVzWsmhmJ2FocPoZmbGNjrrg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727672AbfFFX36 (ORCPT ); Thu, 6 Jun 2019 19:29:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:59358 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726305AbfFFX35 (ORCPT ); Thu, 6 Jun 2019 19:29:57 -0400 Received: from kernel.org (unknown [104.132.0.74]) (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 C742E20868; Thu, 6 Jun 2019 23:29:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559863796; bh=s/IGr6FJIJTtmPkO0Rn/Sv11l8Exxwy3saMC055VrOk=; h=In-Reply-To:References:To:From:Subject:Cc:Date:From; b=VqBiD7KFYZ84pOvuOVKtaZhm5K5HuYc1LAGmMSPMVQ9a8n4+2/IvLRe03qqGchVbr rMc7Sx8P6IGt4pWUFvfFTNGxN3sAxKQNOX58qNOFKrM4WQbkuvjsvhgr0Ut0gIZmBq UdvS8FpNSz/Nb/RML4DckvRLWW1Tj5ceSrpvD1uo= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1558449993-20902-1-git-send-email-jhugo@codeaurora.org> References: <1558449843-19971-1-git-send-email-jhugo@codeaurora.org> <1558449993-20902-1-git-send-email-jhugo@codeaurora.org> To: Jeffrey Hugo , mturquette@baylibre.com From: Stephen Boyd Subject: Re: [PATCH v4 1/6] dt-bindings: clock: Document external clocks for MSM8998 gcc Cc: agross@kernel.org, bjorn.andersson@linaro.org, marc.w.gonzalez@free.fr, david.brown@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Jeffrey Hugo User-Agent: alot/0.8.1 Date: Thu, 06 Jun 2019 16:29:55 -0700 Message-Id: <20190606232956.C742E20868@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Jeffrey Hugo (2019-05-21 07:46:33) > The global clock controller on MSM8998 can consume a number of external > clocks. Document them. >=20 > Signed-off-by: Jeffrey Hugo > Reviewed-by: Bjorn Andersson > Reviewed-by: Rob Herring > --- > Documentation/devicetree/bindings/clock/qcom,gcc.txt | 10 ++++++++++ > 1 file changed, 10 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Docum= entation/devicetree/bindings/clock/qcom,gcc.txt > index 8661c3c..7d45323 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt > +++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt > @@ -28,6 +28,16 @@ Required properties : > - #clock-cells : shall contain 1 > - #reset-cells : shall contain 1 > =20 > +For MSM8998 only: It would be nice to get the rest of the SoCs supported by this binding to start listing clocks. But this is OK for now.