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 7CD08C43334 for ; Fri, 10 Jun 2022 20:04:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349048AbiFJUEk (ORCPT ); Fri, 10 Jun 2022 16:04:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348510AbiFJUEc (ORCPT ); Fri, 10 Jun 2022 16:04:32 -0400 Received: from mail-oi1-x234.google.com (mail-oi1-x234.google.com [IPv6:2607:f8b0:4864:20::234]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFFBA4199D for ; Fri, 10 Jun 2022 13:04:30 -0700 (PDT) Received: by mail-oi1-x234.google.com with SMTP id w16so506623oie.5 for ; Fri, 10 Jun 2022 13:04:30 -0700 (PDT) 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; bh=W6khq/CJ/jK9xDdyCa3D6opio63P/2KRxReDZd/cxiU=; b=L2f6GdlZB9hiNU8S/GkGCil7hfYiQF4xIu0hJbUyR36m4jSLP7Jz9XQMVdA+Bq0rgD JtKfbtpayzVcDX3CtE2Gzr5jVUkCmBFzZJG5rH0xB8/hbZbsAli8Zm9flefmXwV4kxc8 9uH40PA3iZzLPO2GepIiin0N8bXwZJIvC1meE= 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; bh=W6khq/CJ/jK9xDdyCa3D6opio63P/2KRxReDZd/cxiU=; b=t3hYKmJvJpBkFw5Wv+uQONn7a80o+wQuRuKQED64lrrlVXDJtqo8hew34WV6pD3A5x MrpVq7mnCcgUIj+zGRIGG1sLlvyjvJL8zbfI/h+JuH13Ba9BcOzBx22sQetAOnrBJBCC VNV00vl3P4Pip7v4zkN8XxA+RXagV7vioTY3kimyBiOLcLGBXwjV7uYOUSP/LnWxfhO3 Spg2pqfHut045QrHlF4zFk+4ISz8AOoCB5oRegfDRiV1nghhYQoIPz/NGpIYEN4uz6Xa Yl2Tvi/QGfKSTlINL3Ja5nthBs6jPBG4yhU8PM/eLGVgXIUiyZ+N6F7HAxwyQmrep9cO tjCw== X-Gm-Message-State: AOAM533g6B2Zzh2gt17oZEC9gRWKfU4LG9J+km6ao2I3zVcf+ib5O+hH eFJXecqHKu2LMX9qvqcaMAa47gesFye6BKDgQ49LeQ== X-Google-Smtp-Source: ABdhPJwSTDK+pBxm//5P5qx/CDLFe4k+ZU2smS4RLMyknqIy9EX3kH8/LMzqdWgLhly1FkW9ePNj8azaOd9duk3Y/ZE= X-Received: by 2002:a05:6808:e87:b0:32e:4789:d2c with SMTP id k7-20020a0568080e8700b0032e47890d2cmr743744oil.193.1654891470062; Fri, 10 Jun 2022 13:04:30 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 10 Jun 2022 13:04:29 -0700 MIME-Version: 1.0 In-Reply-To: <1654872335-4993-2-git-send-email-quic_srivasam@quicinc.com> References: <1654872335-4993-1-git-send-email-quic_srivasam@quicinc.com> <1654872335-4993-2-git-send-email-quic_srivasam@quicinc.com> From: Stephen Boyd User-Agent: alot/0.10 Date: Fri, 10 Jun 2022 13:04:29 -0700 Message-ID: Subject: Re: [PATCH v3 1/2] dt-bindings: pinctrl: qcom: sc7280: Add boolean param for ADSP bypass platforms To: Linus Walleij , Srinivasa Rao Mandadapu , agross@kernel.org, alsa-devel@alsa-project.org, bgoswami@quicinc.com, bjorn.andersson@linaro.org, broonie@kernel.org, devicetree@vger.kernel.org, judyhsiao@chromium.org, lgirdwood@gmail.com, linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, perex@perex.cz, quic_plai@quicinc.com, quic_rohkumar@quicinc.com, robh+dt@kernel.org, srinivas.kandagatla@linaro.org, tiwai@suse.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Srinivasa Rao Mandadapu (2022-06-10 07:45:34) > Add boolean param qcom,adsp-bypass-mode to support adsp bypassed sc7280 > platforms. Which is required to make clock voting as optional for ADSP > bypass platforms. > > Signed-off-by: Srinivasa Rao Mandadapu > --- > .../bindings/pinctrl/qcom,sc7280-lpass-lpi-pinctrl.yaml | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-lpass-lpi-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-lpass-lpi-pinctrl.yaml > index d32ee32..ea9920c 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-lpass-lpi-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-lpass-lpi-pinctrl.yaml > @@ -17,7 +17,14 @@ description: | > > properties: > compatible: > - const: qcom,sc7280-lpass-lpi-pinctrl > + enum: > + - qcom,sc7280-lpass-lpi-pinctrl Drop this part. > + > + qcom,adsp-bypass-mode: > + description: > + Tells pin controllers want to make clocks optional for ADSP bypass > + targets. How about "ADSP is in bypass mode"?