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 3533DC7EE29 for ; Fri, 9 Jun 2023 15:11:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239932AbjFIPLj (ORCPT ); Fri, 9 Jun 2023 11:11:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231479AbjFIPLi (ORCPT ); Fri, 9 Jun 2023 11:11:38 -0400 Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A4766B6; Fri, 9 Jun 2023 08:11:37 -0700 (PDT) Received: by mail-il1-f169.google.com with SMTP id e9e14a558f8ab-33b04c8f3eeso7597125ab.0; Fri, 09 Jun 2023 08:11:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686323497; x=1688915497; 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 :message-id:reply-to; bh=i9Rb1e/uOkSXDB72S3Pmwrp86GlxpbraRGVRQBYFa9A=; b=S8UpEWSPRJf/VAdRaI5CCuED4CbwEx9p+nVwiVfqdRGzXoVT8lZ/2jdDehQouwfzbS 8kT+BzfLn4avWHltbykFMPZNtIGf6b6iX1yEmXdH0aCGwbXiCjsTscrl70mzFichMLHN jd8OUMbcQ83vGHeVPT2p6DP+tG09WHzGqBiKNoTwkM4YXhUkKrK3spsG5q/ywPpQmyeR T55+7ErvOVxqkLjeaVBnEMBavWLJ+cPF0J7aOxmmzNaPvASzQTg3ZtuCbRmqifp0FJC9 zRc9Q1QHoYF8eghxwgHZViJ8SYo3ry8DHADkVQLasCwb9LXu2F/g3BJdRjqyVtU5Cttg YcJA== X-Gm-Message-State: AC+VfDwOZixTjbKaNwrN+a1+19m/OAifPVsG/pqv8gS+2PciJA6GbSIp IQl3qkWR/cItZWE1xUIShw== X-Google-Smtp-Source: ACHHUZ601MkzpccdrAQ864iVAYxlzaAgWUES/WkMk0l539+cvMHRtzNzn5Ol1LJOZoG08+96U43ndg== X-Received: by 2002:a92:c98d:0:b0:33e:7269:bb7b with SMTP id y13-20020a92c98d000000b0033e7269bb7bmr1650478iln.3.1686323496915; Fri, 09 Jun 2023 08:11:36 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id y16-20020a92c750000000b0033e62b47a49sm1124240ilp.41.2023.06.09.08.11.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 08:11:36 -0700 (PDT) Received: (nullmailer pid 999255 invoked by uid 1000); Fri, 09 Jun 2023 15:11:33 -0000 Date: Fri, 9 Jun 2023 09:11:33 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: alsa-devel@alsa-project.org, linux-spi@vger.kernel.org, Conor Dooley , Guenter Roeck , Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, Tony Lindgren , Alexandre Belloni , Oleksij Rempel , linux-phy@lists.infradead.org, Dipen Patel , devicetree@vger.kernel.org, Thierry Reding , linux-pwm@vger.kernel.org, Mark Brown , Vinod Koul , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Rob Herring , Wim Van Sebroeck , Alessandro Zummo , linux-rtc@vger.kernel.org, Krzysztof Kozlowski , Srinivas Kandagatla , timestamp@lists.linux.dev, Dilip Kota Subject: Re: [PATCH 2/7] dt-bindings: pwm: restrict node name suffixes Message-ID: <168632349292.998946.17372740217811972226.robh@kernel.org> References: <20230530144851.92059-1-krzysztof.kozlowski@linaro.org> <20230530144851.92059-3-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230530144851.92059-3-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On Tue, 30 May 2023 16:48:46 +0200, Krzysztof Kozlowski wrote: > Make the pattern matching node names a bit stricter to improve DTS > consistency. The pattern is restricted to: > 1. Only one unit address or one -N suffix, > 2. -N suffixes to decimal numbers. > > Suggested-by: Rob Herring > Signed-off-by: Krzysztof Kozlowski > > --- > > Cc: Tony Lindgren > Cc: Oleksij Rempel > --- > Documentation/devicetree/bindings/pwm/pwm.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring