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 D96E140DFA3; Thu, 19 Mar 2026 00:05:05 +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=1773878705; cv=none; b=qCXfM6VHi0Rzyr8i+M2zhg0DsZSm1wQOJPa6J+3vEAAZ48O4O6p/nyKejQo5PKcF5c+ar7DixOPJAFbvIXzmkQzBmkA412eOi3cB60PvoboLCnAHLmenqkThfGOe3d1deaYgRiZN+i0A5oxxfY5AyRlxlhDQ+oIYmFMJ9GvNfoY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773878705; c=relaxed/simple; bh=egtIt3vs7fU1pnVciFOUD3J1cjtgi6HXR89gfgIrrgg=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=TZ8aBvNVliN+TqQHngL+f8SgadZpnCfirRe+lUHiM0bu6mHWohbaLaWuluogxHQ/HJrecxdSQyKEAbgUdtbcx7nTTdYeToSFwgSd/zVmkUcIua+JsjeCieKcOY/QoDj/dqKDddjhxDdU+qBvmZisMO7U2wls0e/oM2p481eXq2U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GGq/5A0z; 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="GGq/5A0z" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F0F7C19421; Thu, 19 Mar 2026 00:05:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773878705; bh=egtIt3vs7fU1pnVciFOUD3J1cjtgi6HXR89gfgIrrgg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=GGq/5A0zDaU9dYAxXmEoacw3UPKpmGblIzIBvzeOzok8SezzdPpIVGXmzi03cCVAc IfO67qpeKuDk9TZEVJL7bKhH3eV8ES6Thq0D3GDzqmz1O2i31zqbv4+TBhqMEyQ4Pt JXi/nI55K19SMTtT8hQNubkU2Gyzxbg3fzcF67RM7vkLXHBR2etu2vMkeQWTWG695g /PM4USrcH9m+sJ2z74y4RsDs1Bkgf2DgCX3CJsiBvJVbthqZ7nNrahyO0g4Iuoy/5S TUI8Ka4S3I6EeVwr3d3ONWYn+u/d9uFn1g3jNsbxx7AD1rjOrHGbfDyEHMXpxL9sBj Co0dErB3Rwv8Q== Date: Wed, 18 Mar 2026 17:05:03 -0700 From: Jakub Kicinski To: Biju Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiner Kallweit , Niklas =?UTF-8?B?U8O2ZGVybHVuZA==?= , Geert Uytterhoeven , Magnus Damm , Biju Das , Russell King , Paul Barker , Neil Armstrong , Florian Fainelli , Lad Prabhakar , Sergei Shtylyov , netdev@vger.kernel.org, devicetree@vger.kernel.org, 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: <20260318170503.316285a7@kernel.org> In-Reply-To: <20260313130623.297712-1-biju.das.jz@bp.renesas.com> References: <20260313130623.297712-1-biju.das.jz@bp.renesas.com> Precedence: bulk X-Mailing-List: netdev@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 Fri, 13 Mar 2026 13:06:21 +0000 Biju wrote: > From: Biju Das > > Drop the ethernet-phy-ieee802.3-c22 compatible string from ethernet PHY > bindings and their examples. The c22 fallback is implicitly assumed for > PHY ID-based compatible strings and does not need to be stated explicitly, > unlike c45 which requires opt-in. > > Remove the c22 pattern from the ethernet-phy.yaml schema and update > examples in amlogic,g12a-mdio-mux, mscc-phy-vsc8531, renesas,ether, > and renesas,etheravb bindings accordingly. 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