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 E82823DB632; Thu, 19 Mar 2026 14:50:39 +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=1773931840; cv=none; b=bainVpZMvhbFcK0r2eyxy0A6IQnTbo+l3WacSHzr4oXzb9B+FgHje0OHN56QjhjtKS4S36fEDECW/A9sUi3HvVh4FLGl6kNHBC7HausZ3+aEBI8+et2oAIiST+BVg2YimhTj4Sjgb5nHPddMHG7VM0AZ/pf7kpZ/a3aqxtfpZpQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773931840; c=relaxed/simple; bh=RSrXDaSoIfCD2lr/IV1qX8u7HfAhgEPYGnkvHpAEQXE=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=BUlZx2qqRdWEEH/ZgUfZqLoIo4iHewZFb6k0QpIuw84XkvfbPIlE3idaDgN4n8k0F4w68hRTco54xP0m3QjDmmnvsyAEETlyLRMWGNlUf+iSG5yUkeWj/KxkWqSz7URlbtLKCqkuSTgul53RjILP3bcoYTY/PVO98G7xIlmjiyY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eXGKt6dx; 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="eXGKt6dx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D36BC19424; Thu, 19 Mar 2026 14:50:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773931839; bh=RSrXDaSoIfCD2lr/IV1qX8u7HfAhgEPYGnkvHpAEQXE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eXGKt6dxaZVmGUEvYb1D3fBZR/2vc4REJ//52PYbj+0WbHmwh/s6mV4qp0O3RlTTe r9t15Yy7yhyfuz/u5uNN2/FWYIuGxRcGEOHKb94h3rNBgKaM6ibk3mhLUmVip5Cs2y ITlRVapKquRGA+LRYXggTLVKxySgxGz1yrWwjt8m4o+NtgqYkojc1ysF3nv4hVid0J s/JQyJQjYy03F4TsiTB3gMZZLEuRde9WbsmSB6IACZ1BXec/rommo6zCOGpwCb1sUV ZsQ0MpGpDb30fm1J2HskB4ZR4d5npBEdGy3Iig8tlHT1FAqddIT2/zZzkWaXTq1IpG ovTcoWUTv6ClQ== Date: Thu, 19 Mar 2026 07:50:37 -0700 From: Jakub Kicinski To: Biju Das Cc: Rob Herring , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Krzysztof Kozlowski , Conor Dooley , Heiner Kallweit , "niklas.soderlund" , Geert Uytterhoeven , "magnus.damm" , Russell King , Paul Barker , Neil Armstrong , Florian Fainelli , Prabhakar Mahadev Lad , Sergei Shtylyov , "netdev@vger.kernel.org" , "devicetree@vger.kernel.org" , "biju.das.au" , "linux-kernel@vger.kernel.org" , "linux-renesas-soc@vger.kernel.org" Subject: Re: [PATCH net-next] dt-bindings: net: Remove redundant ethernet-phy-ieee802.3-c22 fallback Message-ID: <20260319075037.5666c9ab@kernel.org> In-Reply-To: References: <20260313130623.297712-1-biju.das.jz@bp.renesas.com> <20260318170503.316285a7@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 19 Mar 2026 14:38:37 +0000 Biju Das wrote: > > Maybe a noob question but why are you not updating all the other ones? > > > > $ git grep --files-with-matches 'ethernet-phy-ieee802.3-c22' -- \ > > Documentation/devicetree/bindings/net/ | \ > > wc -l > > 16 > > The other files have only 'compatible = "ethernet-phy-ieee802.3-c22"' > > Whereas this patch removes the fallback pattern based on > Rob's suggestion [1] > > compatible = "ethernet-phy-id0022.1622", > "ethernet-phy-ieee802.3-c22"; Got it > Please let me know, should I drop all 'ethernet-phy-ieee802.3-c22' compatibles? No, let's wait for DT maintainers' review.