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 097FACE7A91 for ; Mon, 25 Sep 2023 00:52:31 +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=ezkGyPw97ylgUdzkTOhAzTX0mKP22v5FsC+gnjoyW9Y=; b=rO14UQirK7sLr8 C7AyWDL/3lVxTfc1xJJpxoUYVfBqk8SOqw++WOf01tZ3ie1scRvFTbrG1VRfGSUCtJbgJNLVzC7wF SzjCZCdFSHkswS+2Da3n1w1Rx0D40jZmn0ciwCWTW2CAbb06qcz5YEPhzUjEopEHmorhqNz0fDiBZ /KwF+f7Q6bnU5hWwOvHM8vXB9IRvBuRGLQfS6XIvDUMQ26Vi2geG4GNyrLpyHAPNnNTbJO5ZKl8hX PP2BwstWCWd1jX8QWBKAzKWyIrTg/qCRKsoqGqWvYswhw8S9l6LRi55aYWXatI78EhBZh9JT/u66b VBDOK+daVpBQEA4ZTPYw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkZpd-00D2yR-2p; Mon, 25 Sep 2023 00:52:13 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkZpa-00D2xh-2b for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 00:52:12 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 47388CE0CF5; Mon, 25 Sep 2023 00:52:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0F118C433C7; Mon, 25 Sep 2023 00:52:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695603126; bh=onvI1Fm9he2xc7lcLVjPo1DMVfrsnVpk+nVaTkzpS2A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Lvv04zhCLtXR70ozqhgwEHI5reyK99WoeKEJAF4eoLui/LTkmIGRGKXgmLjXOF8ZI oBUWgfediUspCEZHecw8HzajpEsCA+SeaGKSzJKhQoja5cKz3uFz7J9jMVakaed6vV 1Zp4CsMKDlLMw2AEHAgT+3jwPlVbBOpTLPwijNWd/Fx9y96ga/Ap95MSzWWj3Ep0MM hCH1QdmsFMmGPipYKNYN/BuvDz79he5jEeH/XTtBCMIo6RvyjNnYY0WWofQCkyoRqX eyqGyr31c7yjnUamuegZe9fmP7liUi+NhLSXR37gjdawRXKzfjmh7aSHIRRsiT0x1l tDdA/KWfLMOGQ== Date: Mon, 25 Sep 2023 08:51:55 +0800 From: Shawn Guo To: Tim Harvey Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Subject: Re: [PATCH] arm64: dts: freescale: imx8m*-venice: remove label = "cpu" from DSA dt-binding Message-ID: <20230925005155.GZ7231@dragon> References: <20230828192741.1202218-1-tharvey@gateworks.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230828192741.1202218-1-tharvey@gateworks.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230924_175211_040040_FA97A959 X-CRM114-Status: GOOD ( 10.69 ) 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 Mon, Aug 28, 2023 at 12:27:41PM -0700, Tim Harvey wrote: > This is not used by the DSA dt-binding, so remove it from the devicetrees. > > Signed-off-by: Tim Harvey Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel