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 CEEC2C6FA86 for ; Wed, 28 Sep 2022 18:12:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230520AbiI1SMO (ORCPT ); Wed, 28 Sep 2022 14:12:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229940AbiI1SMM (ORCPT ); Wed, 28 Sep 2022 14:12:12 -0400 Received: from mo4-p02-ob.smtp.rzone.de (mo4-p02-ob.smtp.rzone.de [85.215.255.82]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFD9CAA357; Wed, 28 Sep 2022 11:12:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1664388544; s=strato-dkim-0002; d=gerhold.net; h=In-Reply-To:References:Message-ID:Subject:Cc:To:From:Date:Cc:Date: From:Subject:Sender; bh=8PFHodLdI+5CuiO+IF4sYScJU9iqzyIH8LdOSStBFvs=; b=Iix7SxllXMK+x1NajdiX5/91aGetjwjWJc4A1i/xyEeA7wmIpJr1T/SGPGzl//VaFT YVhJsRGpOTxc+EVAM96L+7PMy65q9Lto0vvAqXU0J6wNM+i8pkzdssbPIcAukNeIk2Pn 1659rlhrBZ6oPyJetRDIL2Tx+UT2Lwkk4XMY9pVeC9Sy0ZVtRlP327CLh6OBWS9q1Dhz 8bFM2DXgaoLEmzlLzOg2FRZCcpIEnUUkcG4bwDntt0uXn6ViP8ic/hxdSxL8EEvkj8Sm PCX/58BfalrHfd3oi1cXc5aHB3vxQNIfVUSFiXfQ6fJyI2471wBsdTA4Un5AUFyrcaOz 1yhw== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":P3gBZUipdd93FF5ZZvYFPugejmSTVR2nRPhVOQ/OcYgojyw4j34+u267FZF9PwpcNKLVrK88/6Y=" X-RZG-CLASS-ID: mo00 Received: from gerhold.net by smtp.strato.de (RZmta 48.1.3 AUTH) with ESMTPSA id 06b848y8SI930k9 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Wed, 28 Sep 2022 20:09:03 +0200 (CEST) Date: Wed, 28 Sep 2022 20:09:02 +0200 From: Stephan Gerhold To: Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Shawn Guo , Vinod Koul , krishna Lanka , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 19/34] dt-bindings: pinctrl: qcom,msm8909-tlmm: do not require function on non-GPIOs Message-ID: References: <20220927173702.5200-1-krzysztof.kozlowski@linaro.org> <20220927173702.5200-20-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220927173702.5200-20-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, Sep 27, 2022 at 07:36:47PM +0200, Krzysztof Kozlowski wrote: > Certain pins, like SDcard related, do not have functions and such should > not be required. > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Bjorn Andersson > Reviewed-by: Stephan Gerhold > --- > > v1 was reviewed by Rob, but patch was changed since that time, so not > adding Rob's tag. > --- > Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml > index b1735918fa90..08e2dd5cbebe 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml > @@ -113,7 +113,6 @@ $defs: > > required: > - pins > - - function > > additionalProperties: false > > -- > 2.34.1 >