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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1228AC77B7C for ; Wed, 31 May 2023 04:27:27 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id F15E53E8; Wed, 31 May 2023 06:26:34 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz F15E53E8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1685507245; bh=2Cy++RRLrd9coFA3wjSdCTqgevD05wP9G5fbCcNwuec=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=KBDHi2/YTtgrNyYdJ0deJ3zcZpOYJKNZ1I08Gybch/OpMKp424PbEbwpPvIGK41r3 FyYxPrK9zMU90mupspRLND69hWG8tQfgVprqd/w6K9cY/XikJWR2T4g5YpXpQtUb/f Ux3wgohka3dJR+CsGpAlGbct86vf8K9eKXEvjooU= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 7C9A1F8026A; Wed, 31 May 2023 06:26:27 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id B1510F8042F; Wed, 31 May 2023 06:26:26 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 5B6DCF8042F; Wed, 31 May 2023 06:25:43 +0200 (CEST) Received: from muru.com (muru.com [72.249.23.125]) by alsa1.perex.cz (Postfix) with ESMTP id 16251F80149 for ; Wed, 31 May 2023 06:25:36 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 16251F80149 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id F19638164; Wed, 31 May 2023 04:25:33 +0000 (UTC) Date: Wed, 31 May 2023 07:25:32 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thierry Reding , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Alessandro Zummo , Alexandre Belloni , Srinivas Kandagatla , Mark Brown , Dipen Patel , Wim Van Sebroeck , Guenter Roeck , Dilip Kota , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org, linux-rtc@vger.kernel.org, alsa-devel@alsa-project.org, linux-spi@vger.kernel.org, timestamp@lists.linux.dev, linux-watchdog@vger.kernel.org, Rob Herring , Oleksij Rempel Subject: Re: [PATCH 2/7] dt-bindings: pwm: restrict node name suffixes Message-ID: <20230531042532.GI14287@atomide.com> 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> Message-ID-Hash: DUQIEINZTVNM4YOPFNOXJA57LQ6V25T7 X-Message-ID-Hash: DUQIEINZTVNM4YOPFNOXJA57LQ6V25T7 X-MailFrom: tony@atomide.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: * Krzysztof Kozlowski [230530 14:49]: > 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 Reviewed-by: Tony Lindgren