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 8B46CC433FE for ; Thu, 29 Sep 2022 20:17:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229769AbiI2URF (ORCPT ); Thu, 29 Sep 2022 16:17:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229551AbiI2URE (ORCPT ); Thu, 29 Sep 2022 16:17:04 -0400 Received: from mail-oa1-f43.google.com (mail-oa1-f43.google.com [209.85.160.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7A611FD899; Thu, 29 Sep 2022 13:17:02 -0700 (PDT) Received: by mail-oa1-f43.google.com with SMTP id 586e51a60fabf-127dca21a7dso3113623fac.12; Thu, 29 Sep 2022 13:17:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=DHcUoF642UjY4b9zFuvNe9ZKuSX/wgdy0rJmGIHFZD8=; b=VnzEr4VIpm/kTMbBNCFX6Tdj3vTiiKlDm3f/Y+cAlBhsleDdgVdZ3rYAI4rB6bXEe9 KynuMToGIbkIrXwTbHmhGxwbq9g9CfMW/LTCKufTQNN5UCRLk2001vVJbp08IlmC7Z24 4Fbot+u1VCLkz7Kp8Q4AlfNIQ7tlKRbAkcT8s/pQI36t9WAkbVRuwv+RibTTSrzgIdm8 TQrKmNlZDa8eR1w4LTaUaAjKAJ/vMVWKRUmcVGUEOH2pH6zFE5BT2caQY9C/SCBbXopS KvzyeTRhSa7tTxK/71AcjXU75+002peBDlfSaRxiJzupvwWcI7n+1HAZ3KmR4BLHb9eR ddGQ== X-Gm-Message-State: ACrzQf1yMVID6H2Tzp9sN3QZY1dho4MUUmcj/nO6u4ANtXc07BnvfHiu eSPin+9uEjltVOAGFxkYew== X-Google-Smtp-Source: AMsMyM4DDn4+cxL8AV9ZiCMByxzLdWuxaFtY470LMEMTmZULBBKoY7hN21aIAiNCqBJ+Erksv9kgGQ== X-Received: by 2002:a05:6870:c1d4:b0:127:9423:22b8 with SMTP id i20-20020a056870c1d400b00127942322b8mr2907208oad.123.1664482621907; Thu, 29 Sep 2022 13:17:01 -0700 (PDT) Received: from macbook.herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id r2-20020a9d7cc2000000b0065af1b094dasm153010otn.28.2022.09.29.13.17.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Sep 2022 13:17:01 -0700 (PDT) Received: (nullmailer pid 2667460 invoked by uid 1000); Thu, 29 Sep 2022 20:17:00 -0000 Date: Thu, 29 Sep 2022 15:17:00 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Linus Walleij , linux-kernel@vger.kernel.org, Bjorn Andersson , Konrad Dybcio , devicetree@vger.kernel.org, Andy Gross , linux-gpio@vger.kernel.org, linux-arm-msm@vger.kernel.org, Rob Herring , Krzysztof Kozlowski Subject: Re: [PATCH 14/15] dt-bindings: pinctrl: qcom,sc7280: add bias-bus-hold and input-enable Message-ID: <166448262021.2667399.11748308749284081486.robh@kernel.org> References: <20220925110608.145728-1-krzysztof.kozlowski@linaro.org> <20220925110608.145728-15-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220925110608.145728-15-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, 25 Sep 2022 13:06:07 +0200, Krzysztof Kozlowski wrote: > The SC7280 pinctrl driver supports bias-bus-hold and input-enable, and > DTS already use it (sc7280-idp). > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > Acked-by: Rob Herring