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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F211C433F5 for ; Fri, 18 Feb 2022 00:18:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230047AbiBRASu (ORCPT ); Thu, 17 Feb 2022 19:18:50 -0500 Received: from gmail-smtp-in.l.google.com ([23.128.96.19]:54198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230057AbiBRASq (ORCPT ); Thu, 17 Feb 2022 19:18:46 -0500 Received: from mail-oi1-x233.google.com (mail-oi1-x233.google.com [IPv6:2607:f8b0:4864:20::233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A11DD3E5D8 for ; Thu, 17 Feb 2022 16:18:30 -0800 (PST) Received: by mail-oi1-x233.google.com with SMTP id v25so1396195oiv.2 for ; Thu, 17 Feb 2022 16:18:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=A0w/SqOdMz9JqzxXphVHbdn/ofl6hS1bJpMLgWc1xKY=; b=RBDdLXcavqALvL2aPUvJnlvKaIQ1sNCTlGXUjSixkUx6zPkIULCzeE7lGRnnYdGkyY pQEFeiJzwfJIfdf1nIN6cHzlhLbuJK9eRgGN/PXncVdznskcbaZrjp7SfS+PEs1yZCg7 4FALdj7QCzEXJm9vAG6IikJTTdxED3fi4wiI4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=A0w/SqOdMz9JqzxXphVHbdn/ofl6hS1bJpMLgWc1xKY=; b=3nq4tAla1Itx3prH3dbV9gM1iGuHBZ5iRv6kq1IDXDjOJky8JxuKRHGc4wROz/H8ng 8Hd3MMBd92i8nkmFBD0z/Ezl1C1KlnGDi9K8FnUcueiLrZRz7dNnucu2tt5VVb4HZrVp Nz0kuHG7QwKXYSlqP0esL+819AVH5ptUcSftUKVXZuo1Zvt684sUo77kIkezdF08WapG rhXSemJ+dtnpCTqze/yIr1Jf0zP3ozwDdZGM0EfLcwfxAnCDk77DfOLxBumEYMgpI/FN HK80eSXubtStZeu2eUKT6Prlu6+dG8vsrSKGon/kZwwheSwMUBpp37V4SsuzapTqHgKX nefg== X-Gm-Message-State: AOAM532vLjhp7uH6pcR35JkmHpd/ugb0iOBWxotgyHH+baao7U8KqAb3 YdBNkvN+VkWs8EHPU4AlAJLUJkx0ulY2YY17Pp0Fkw== X-Google-Smtp-Source: ABdhPJwqNt21JkBwrP+UAPtFRk28p6wGEEJdk3rvAFbwcRwFIjPQ29AefqdWopg67l9g+04pxITxo3m5CSJlse7/eLE= X-Received: by 2002:a05:6808:b2f:b0:2cf:9af3:1687 with SMTP id t15-20020a0568080b2f00b002cf9af31687mr2216175oij.112.1645143510019; Thu, 17 Feb 2022 16:18:30 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 17 Feb 2022 16:18:29 -0800 MIME-Version: 1.0 In-Reply-To: <20220215201539.3970459-3-dmitry.baryshkov@linaro.org> References: <20220215201539.3970459-1-dmitry.baryshkov@linaro.org> <20220215201539.3970459-3-dmitry.baryshkov@linaro.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Thu, 17 Feb 2022 16:18:29 -0800 Message-ID: Subject: Re: [PATCH 2/5] dt-bindings: clocks: qcom,sdm845-camcc: add clocks/clock-names To: Andy Gross , Bjorn Andersson , Dmitry Baryshkov , Michael Turquette , Rob Herring Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Dmitry Baryshkov (2022-02-15 12:15:36) > The driver can parse bi-tcxo clock from the clocks passed in the device > tree. Specify it in schema. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd