From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 17BBC12C555; Wed, 31 Jan 2024 14:55:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706712904; cv=none; b=MOBk7P5o73UY1vhuP3y3ASLA1z8ZKVl9/nRkX3HM5Zz2taqcVrPCEZwXDIK42resj1KyOVMdpiaSvQh41/01Jv3je61WbokWUhqKXZVAo62FUOVFmhBFqGOI9hGtvgA5lk/U1fSTF3C3OJKkWanaG6vnFohgsknjTor9FaYK2u4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706712904; c=relaxed/simple; bh=bib7u/kOOTdQtOzyN6AdTB575aRRs5nTwJnPxeh/thM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=soW9Dblp6X4VHc1W7A4GHnwj4RCQGMbN3DuAVOqmBmTZKC0pR5XthhsmHxQJ7SswY1x/FTRY2YGyP9WMns80f4/DQb06fIwWUAN1M5JCk0t3MVMC4rWtp6SoFCLscQjILvH6lCljerwja+lj+Vve+mZzjxNXPVlJea9xciDnQa4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=k4vpGyOr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="k4vpGyOr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D68BC43399; Wed, 31 Jan 2024 14:55:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706712903; bh=bib7u/kOOTdQtOzyN6AdTB575aRRs5nTwJnPxeh/thM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k4vpGyOrvwwkNiqBbAqWJAB4O9tE8+XHHPCOxLgv0rZ2/2pLKCTnWIMGiVIoQlE8T VhI2JHatS/i9/HbeFZz3NW2ZNCcnQBavHwBXX/HprWBXfqfUIV/7nizEAPGtDqxHqT Zx08FgWMoDFzYRbH95mgSN38yV9oV/8uG7xFTG3W3VQlFiqtQuDlsEM4BhdhiLoGQh 5b6jCQ5ZfIrojcycshdI1tsjdN14hDjRhG92OZoSZosEmn8uQ28n9hjzcsFcBfEFUr YThd1omAUn66lkx9UhMxgxSdc1K5l+zYDz5DLTcQxrjiEbJ49ubky1sLBOadPzuynk fqMQvsYgCucEA== Date: Wed, 31 Jan 2024 08:55:01 -0600 From: Rob Herring To: Mao Jinlong Cc: Suzuki K Poulose , Mike Leach , James Clark , Leo Yan , Alexander Shishkin , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Konrad Dybcio , Mathieu Poirier , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, Tingwei Zhang , Yuanfang Zhang , Tao Zhang Subject: Re: [PATCH v3 1/2] dt-bindings: arm: coresight: Remove pattern match of ETE node name Message-ID: <20240131145501.GA1254056-robh@kernel.org> References: <20240119092500.7154-1-quic_jinlmao@quicinc.com> <20240119092500.7154-2-quic_jinlmao@quicinc.com> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240119092500.7154-2-quic_jinlmao@quicinc.com> On Fri, Jan 19, 2024 at 01:24:57AM -0800, Mao Jinlong wrote: > Remove pattern match of ETE node name. Use ete as the name for ete nodes. > > Signed-off-by: Mao Jinlong > --- > .../bindings/arm/arm,embedded-trace-extension.yaml | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml b/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml > index f725e6940993..a10a570bd9bc 100644 > --- a/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml > +++ b/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml > @@ -22,8 +22,6 @@ description: | > with any optional connection graph as per the coresight bindings. > > properties: > - $nodename: > - pattern: "^ete([0-9a-f]+)$" I prefer we keep something here. '^ete-' or '^ete-[0-9]+$'. > compatible: > items: > - const: arm,embedded-trace-extension > @@ -55,13 +53,13 @@ examples: > > # An ETE node without legacy CoreSight connections > - | > - ete0 { > + ete { > compatible = "arm,embedded-trace-extension"; > cpu = <&cpu_0>; > }; > # An ETE node with legacy CoreSight connections > - | > - ete1 { > + ete { > compatible = "arm,embedded-trace-extension"; > cpu = <&cpu_1>; > > -- > 2.41.0 > 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 EAC18C47258 for ; Wed, 31 Jan 2024 14:56:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4dbW71wj4zfE4vWXpECNh6V3nWaM+S6IzikBVdSC6/Q=; b=sEDtjKBrSC18uP L9EarwrkzKbbUOajWyCVYCZCkouREmoVcPyrh4f01q3YhRo0qeSXy94y0HiKmE3zV8MSUOGV/t1zX YAnzO0YeVd4o6xnfFqpQESgBCvz90OyFOua/sjhVW3R5g9k1JEeE/Lkr7lr4lgqXNB1yt29AJjl3f i2PpoA8fYp6csuAtwHlmFLpfYTY0iMn8CUf+w7a+wO9HWNQqVGA6O1QtvrjatiNkwwMYA5JYm+TM8 ERaqUGQdc8n48uqPx4RQIZ36b5OhWQpU0LiBYgTM36GtVLTGgfMsD5apnzUU7uwk8I3mqcYJRmOhl Inccr5WKF6q7Xy55cxlQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rVC0N-000000042j7-1aR6; Wed, 31 Jan 2024 14:55:59 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rVC0K-000000042hG-27lf for linux-arm-kernel@lists.infradead.org; Wed, 31 Jan 2024 14:55:57 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 34C34CE2187; Wed, 31 Jan 2024 14:55:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D68BC43399; Wed, 31 Jan 2024 14:55:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706712903; bh=bib7u/kOOTdQtOzyN6AdTB575aRRs5nTwJnPxeh/thM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k4vpGyOrvwwkNiqBbAqWJAB4O9tE8+XHHPCOxLgv0rZ2/2pLKCTnWIMGiVIoQlE8T VhI2JHatS/i9/HbeFZz3NW2ZNCcnQBavHwBXX/HprWBXfqfUIV/7nizEAPGtDqxHqT Zx08FgWMoDFzYRbH95mgSN38yV9oV/8uG7xFTG3W3VQlFiqtQuDlsEM4BhdhiLoGQh 5b6jCQ5ZfIrojcycshdI1tsjdN14hDjRhG92OZoSZosEmn8uQ28n9hjzcsFcBfEFUr YThd1omAUn66lkx9UhMxgxSdc1K5l+zYDz5DLTcQxrjiEbJ49ubky1sLBOadPzuynk fqMQvsYgCucEA== Date: Wed, 31 Jan 2024 08:55:01 -0600 From: Rob Herring To: Mao Jinlong Cc: Suzuki K Poulose , Mike Leach , James Clark , Leo Yan , Alexander Shishkin , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Konrad Dybcio , Mathieu Poirier , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, Tingwei Zhang , Yuanfang Zhang , Tao Zhang Subject: Re: [PATCH v3 1/2] dt-bindings: arm: coresight: Remove pattern match of ETE node name Message-ID: <20240131145501.GA1254056-robh@kernel.org> References: <20240119092500.7154-1-quic_jinlmao@quicinc.com> <20240119092500.7154-2-quic_jinlmao@quicinc.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240119092500.7154-2-quic_jinlmao@quicinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240131_065556_757326_705D95F4 X-CRM114-Status: GOOD ( 14.19 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jan 19, 2024 at 01:24:57AM -0800, Mao Jinlong wrote: > Remove pattern match of ETE node name. Use ete as the name for ete nodes. > > Signed-off-by: Mao Jinlong > --- > .../bindings/arm/arm,embedded-trace-extension.yaml | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml b/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml > index f725e6940993..a10a570bd9bc 100644 > --- a/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml > +++ b/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml > @@ -22,8 +22,6 @@ description: | > with any optional connection graph as per the coresight bindings. > > properties: > - $nodename: > - pattern: "^ete([0-9a-f]+)$" I prefer we keep something here. '^ete-' or '^ete-[0-9]+$'. > compatible: > items: > - const: arm,embedded-trace-extension > @@ -55,13 +53,13 @@ examples: > > # An ETE node without legacy CoreSight connections > - | > - ete0 { > + ete { > compatible = "arm,embedded-trace-extension"; > cpu = <&cpu_0>; > }; > # An ETE node with legacy CoreSight connections > - | > - ete1 { > + ete { > compatible = "arm,embedded-trace-extension"; > cpu = <&cpu_1>; > > -- > 2.41.0 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel