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 4621FC77B7D for ; Wed, 10 May 2023 10:16:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236420AbjEJKQK (ORCPT ); Wed, 10 May 2023 06:16:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236306AbjEJKQJ (ORCPT ); Wed, 10 May 2023 06:16:09 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 45CF41FC1; Wed, 10 May 2023 03:16:08 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 8EFF68109; Wed, 10 May 2023 10:16:07 +0000 (UTC) Date: Wed, 10 May 2023 13:16:06 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , =?utf-8?B?77+9ZWNraQ==?= , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v4 1/2] dt-bindings: pinctrl: Allow use of pinconf in addition to pinctrl and pinmux Message-ID: <20230510101606.GA14287@atomide.com> References: <20230510095330.30742-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org * Krzysztof Kozlowski [230510 10:13]: > On 10/05/2023 11:53, Tony Lindgren wrote: > > Some controllers can be just pinconf controllers and we have dts > > files using pinconf for the node name already. > > > > Cc: Linus Walleij > > Signed-off-by: Tony Lindgren > > --- > > Documentation/devicetree/bindings/pinctrl/pinctrl.yaml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl.yaml > > --- a/Documentation/devicetree/bindings/pinctrl/pinctrl.yaml > > +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl.yaml > > @@ -27,7 +27,7 @@ description: | > > > > properties: > > $nodename: > > - pattern: "^(pinctrl|pinmux)(@[0-9a-f]+)?$" > > + pattern: "^(pinctrl|pinmux|pinconf)(@[0-9a-f]+)?$" > > pinconf appears in three cases. Better just fix DTS. OK will send a patch. Thanks, Tony