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 970A91DDC2B; Thu, 29 Jan 2026 03:02:16 +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=1769655736; cv=none; b=qiDMKlVNpfRpBFThryEi2jH2pFKf3LoYoyJTw+roundXkqaMNOORgEc455iHVtDYBjQrRTasqikuaUhmW5WlkoQQzwPe39uIx063mHpbawCesq/1sLaC1LUWJBZGdYGdrOJeQhLyjIkquWcPNPzUtnkkw7KCp1Z5PWQLOhqz1rY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769655736; c=relaxed/simple; bh=sZXzZUORgER1FQba0ZuJiqC3ZW7WCueOrEIcbXq6PvA=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=gPFgNXyFC8eseQqFVX3LQUek8nyqe+YKA/irddwyd+ppq2QKDqa88E/cYbcFqVkCGISDFnue9rp5Qoz/v1XHUmCOQnC5iqt7iv64gnTaFmkZu4rN4hGj4c4mceSGYNrVSxsCpq0uH27A+u7en1IVq3LjJS+Bf5GmmchhA2dZRF4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KHVAFwn8; 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="KHVAFwn8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0FC94C4CEF1; Thu, 29 Jan 2026 03:02:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769655736; bh=sZXzZUORgER1FQba0ZuJiqC3ZW7WCueOrEIcbXq6PvA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=KHVAFwn8JWTGLqSOicvCiyCuUAp0lKa54atCZ0qcvKPrdIaSpRUL3oER4UZth2oqM sBkBxIQ19wS+YRcgrpkNMp6nqqdItIjwr6bZfRMptX0+fQNmQtY0tfq3+aV9ONZ8lS T/WaIxL7/H+qxbb7YGp35YEXq8zGp8yIF8hRITHa1vS+3TipM1oMQ79ooMgTqb3TFN FinVrW9SUE/0BeRJbAfKr4XJduo6YBfG/rT159LWtIUi2zOXiG3gKEWLXQ2345h8hv N/uVqO+GLuGchAEzhBAwRHbGTIL0aLWR9x2VKjRKNw3rZYRGf4iha9+NKSY4kNWr7w g8J+hgD21VJ3w== Date: Wed, 28 Jan 2026 19:02:13 -0800 From: Jakub Kicinski To: Damien Dejean Cc: andrew@lunn.ch, krzk+dt@kernel.org, robh@kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, edumazet@google.com, davem@davemloft.net, pabeni@redhat.com, hkallweit1@gmail.com Subject: Re: [PATCH v3 1/4] dt-bindings: net: ethernet-phy: add property enet-phy-lane-order Message-ID: <20260128190213.57f89092@kernel.org> In-Reply-To: <20260125200259.2903271-1-dam.dejean@gmail.com> References: <20260125200259.2903271-1-dam.dejean@gmail.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 Sun, 25 Jan 2026 21:02:56 +0100 Damien Dejean wrote: > Add property enet-phy-lane-order to the device tree bindings to define > the lane order of the PHY. To simplify PCB design some manufacturers > allow to wire the pairs in a reverse order, and change the order in > software. > > The property can be set to 0 to force the normal lane order (ABCD), or 1 > to force the reverse lane order (DCBA). There are net/phy patches in here but the series does not apply to netdev/net-next/main. Please rebase and repost. -- pw-bot: cr