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 95D7814EC40; Thu, 27 Jun 2024 15:44:21 +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=1719503061; cv=none; b=rPnL+VxS/CPQdVIwpXl+fu0Ih5+sLk9TSYOMG4O6CNYhKVwxtGYc4lpyn+oOocjJDaVWz7vdypf6n+ap5arbT0xMTkocvz8t0jlNsAPlcLgr3TF96PQudjwR3T4ZfRqpNNFGfR9TBlkr8KcQZdNbw1SCH2BTxaLQpJxF+nH1xJI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719503061; c=relaxed/simple; bh=44QTkuqqMo5CcFcIhnkykddrBuRQgTixooInaW7qoQg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=exd7c9A/2n9l6T/RI1Iln5joGvuP6makyNjGGspNHwKXvJZDTYMPQWk6weH4r2FU1Gz3Bef3psMZK78EJiMtycp9/uqGBiQ86tS3ai3sxFUHKE38Z9OlKg+qi1O+0yzGMtSPmnlc9sbakn2Nc1OCFgadT+MUfrasUjVqXqYi2Gg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oKE8XTSy; 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="oKE8XTSy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6350C2BBFC; Thu, 27 Jun 2024 15:44:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719503061; bh=44QTkuqqMo5CcFcIhnkykddrBuRQgTixooInaW7qoQg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oKE8XTSyxXYbryGI2PlrC2M295lHjhQWiG/C3Ru5X7eFkCqLXd4y2+V+XLRAelouB i6NaHrWkocinSgx9xBHx/LudO410JqMVuKnpv1cyP1z6pThTsAkW1QkG8WNujH5QCX xgwKbCfMmRVOO7MA6JUjLPY6iEjhVI+7cgMZ1H9VDyrG+su+lBviXDuLpngZGGvr9o jLV35SmKP+gyh4TqrjYOueyyH8P/b4gVKKvqjpCo55tJFNI/ZssQ4+N3MPj32GwU37 KmACyd2Q6JvoYwCsHWqsZ0BTVabG6Zi2QGQmR6e5bnu37LaDFDDsHRKILDQ+biHLCp CGa5HTW6gvLYw== Date: Thu, 27 Jun 2024 09:44:19 -0600 From: Rob Herring To: Fabio Estevam Cc: Frank Li , krzk@kernel.org, conor+dt@kernel.org, davem@davemloft.net, devicetree@vger.kernel.org, edumazet@google.com, imx@lists.linux.dev, krzk+dt@kernel.org, kuba@kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, pabeni@redhat.com Subject: Re: [PATCH v2 1/1] dt-bindings: net: convert enetc to yaml Message-ID: <20240627154419.GA3480309-robh@kernel.org> References: <20240626162307.1748759-1-Frank.Li@nxp.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Jun 26, 2024 at 03:38:48PM -0300, Fabio Estevam wrote: > On Wed, Jun 26, 2024 at 1:25 PM Frank Li wrote: > > > +examples: > > + - | > > + ierb@1f0800000 { > > Node names should be generic. Yes, but what would that be for this block? Unless we have (or add) a documented name, then it doesn't matter too much. Rob