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 70660C6FA82 for ; Tue, 13 Sep 2022 16:25:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231831AbiIMQZt (ORCPT ); Tue, 13 Sep 2022 12:25:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231837AbiIMQZ3 (ORCPT ); Tue, 13 Sep 2022 12:25:29 -0400 Received: from mail-oa1-x36.google.com (mail-oa1-x36.google.com [IPv6:2001:4860:4864:20::36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F9E6AA3D5; Tue, 13 Sep 2022 08:20:23 -0700 (PDT) Received: by mail-oa1-x36.google.com with SMTP id 586e51a60fabf-1280590722dso33033116fac.1; Tue, 13 Sep 2022 08:20:23 -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=qtPsc16qIbDcI3G+/gbDV3y7UrOWZm6PWbygdH/NtPg=; b=cV3myExGtLPEefkx9i9RZJl/5WRAzt1qYt78pnSgTPfvGZyPJDMnRo7SyzlRqkcmaV IuzC4rkSrL935Y9ncqcNy48l1JS4/IhNaFRSkzRols7f4mlFSZZaigJvsflEI5NLS50X 1dcNAwsBvBxxvsDwGo38AX8jDQoMDHOZMNQwVAC6m2Q6YkYArx+t26b2FlneT39EBCMc FYQIGK6q0XNKesIKGjpbCmVqFm32XGX9CHwLN14mQjLW9JhNzdEEaZjv4D4lk0WuUIKk 7ZuuXE3liiLPzlRRqIhOo2/Tf+E/p3OY1rwK1FE6x/OFpMKu+4SxFwInKIl7Pm3m0uaB V7rA== X-Gm-Message-State: ACgBeo2RnxYhNDkcLT5xi3B9pMoRgAHCit/6X7E/s692UtG/3t8bBcfX 4Zso0b3tJyJXnWtSaTs/hCz+iNpGuw== X-Google-Smtp-Source: AA6agR5IEPb/y5rUqNpsdbihXxs5UXn2eIiCKF17hUbkqKgbrPa5sijj6sjT+wD9iKKJUAn1jK6zPg== X-Received: by 2002:a05:6808:2124:b0:347:cab2:a5d8 with SMTP id r36-20020a056808212400b00347cab2a5d8mr1624741oiw.71.1663082259771; Tue, 13 Sep 2022 08:17:39 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id k6-20020a056870818600b0010d7242b623sm7128471oae.21.2022.09.13.08.17.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Sep 2022 08:17:39 -0700 (PDT) Received: (nullmailer pid 3731413 invoked by uid 1000); Tue, 13 Sep 2022 15:17:38 -0000 Date: Tue, 13 Sep 2022 10:17:38 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Krzysztof Kozlowski , Rajendra Nayak , Vinod Koul , linux-arm-msm@vger.kernel.org, Andy Gross , Iskren Chernev , Rob Herring , devicetree@vger.kernel.org, Bjorn Andersson , linux-gpio@vger.kernel.org, Martin Botka , Konrad Dybcio , linux-kernel@vger.kernel.org, Linus Walleij Subject: Re: [PATCH 02/40] dt-bindings: pinctrl: qcom,sm6115-pinctrl: fix matching SD card pins Message-ID: <20220913151738.GA3731343-robh@kernel.org> References: <20220911111200.199182-1-krzysztof.kozlowski@linaro.org> <20220911111200.199182-3-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220911111200.199182-3-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Sun, 11 Sep 2022 13:11:22 +0200, Krzysztof Kozlowski wrote: > SD card pins do not have function, so do not require it: > > pinctrl@500000: sdc2-off-state: 'oneOf' conditional failed, one must be fixed: > 'pins' is a required property > 'bias-disable;' is a required property > 'clk-pins' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/pinctrl/qcom,sm6115-pinctrl.yaml | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) > Acked-by: Rob Herring