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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 12977C43219 for ; Tue, 14 Sep 2021 21:42:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 012FA60698 for ; Tue, 14 Sep 2021 21:42:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235383AbhINVnk (ORCPT ); Tue, 14 Sep 2021 17:43:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:46280 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235419AbhINVnj (ORCPT ); Tue, 14 Sep 2021 17:43:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3E1F5610A6; Tue, 14 Sep 2021 21:42:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631655741; bh=8y2BG2aIr7zFI+M/lnZnbf0dz7WDNG2pW2oXryB0KZM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=W0YjAabow9DOcHlmodMTYan5OPfCtpbHsoPc1UFLsfNtULeXvBS0X7k2YBbXawzGm RQwQrGAW9Fnp2Z7DvrQ7640SE3sFGCsfHJAWIgBHrVrZR5H5w9UWofa9JVNEXXzrM3 a/j1b95WSRAsfmiy+PpfHWL8iDtbh7TzHg5nn4l50FiVxJ82BOzccf7VNJirrHgZfV RcEvNgDmacB4Gb7ixiAMZMEwJkrP+s3WU+P8lWCkNVg9yHMhvW48VVvleQq0k05+fw 0FuxzS3yEwyaQPxvzJruKJZmHXc82Ritk/pCIdDpuJkLaedspWBd8Pyc9w7ylpUG+x Dseq4pvhkLBmQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20210911121340.261920-7-marijn.suijten@somainline.org> References: <20210911121340.261920-1-marijn.suijten@somainline.org> <20210911121340.261920-7-marijn.suijten@somainline.org> Subject: Re: [PATCH 6/8] dt-bindings: clocks: qcom,gcc-msm8998: Reflect actually referenced clks From: Stephen Boyd Cc: ~postmarketos/upstreaming@lists.sr.ht, AngeloGioacchino Del Regno , Konrad Dybcio , Martin Botka , Jami Kettunen , Marijn Suijten , Andy Gross , Bjorn Andersson , Michael Turquette , Rob Herring , Taniya Das , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org To: Marijn Suijten , phone-devel@vger.kernel.org Date: Tue, 14 Sep 2021 14:42:19 -0700 Message-ID: <163165573965.763609.15380482747512129592@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: phone-devel@vger.kernel.org Quoting Marijn Suijten (2021-09-11 05:13:38) > Some of these clocks are not referenced by the driver at all whereas > aud_ref_clk and core_bi_pll_test_se are but were missing from the > bindings. These clocks are optional (and not currently provided > anywhere) while "xo" and "sleep_clk" are mandatory. >=20 > Note that none of these clocks were used beforehand as the driver > referenced them by their global name. >=20 > Signed-off-by: Marijn Suijten > --- Applied to clk-next