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 2E374C7EE23 for ; Mon, 5 Jun 2023 09:49:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229916AbjFEJs7 (ORCPT ); Mon, 5 Jun 2023 05:48:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229727AbjFEJs6 (ORCPT ); Mon, 5 Jun 2023 05:48:58 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2DCF8D3; Mon, 5 Jun 2023 02:48:56 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 5B46880FE; Mon, 5 Jun 2023 09:48:55 +0000 (UTC) Date: Mon, 5 Jun 2023 12:48:54 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Nishanth Menon , Vignesh Raghavendra , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH v5 1/1] dt-bindings: pinctrl: Update pinctrl-single to use yaml Message-ID: <20230605094854.GX14287@atomide.com> References: <20230523092038.55677-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-omap@vger.kernel.org * Krzysztof Kozlowski [230605 06:59]: > On 23/05/2023 11:20, Tony Lindgren wrote: > > +patternProperties: > > + '-pins((.*)?)$|-pin': > > Why do you need outer ()? > -pin$ OK yeah that works. Thanks for looking through the binding again, I'll send out v6 with the issues you noticed fixed. Regards, Tony