From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [185.142.180.65]) (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 1983514A4DF; Wed, 21 Aug 2024 16:08:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.142.180.65 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724256535; cv=none; b=BoRvjjGLz2ipMiD6v/rSLZRNn1hfa58qZxRq4VvMUrzthd9PZ4fanFno7dHVdWK/XME57tl8fZ9secb55MkwdpLstKMAWwLISzI6q7WlUBU6lBTm6v1fF3l/DFw882KcR7DmeAfqyD4ZmXkNp4xH5kOFKolv/pMAD3C/4qHCaIs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724256535; c=relaxed/simple; bh=1JzANl+3/IKE5ZxT3XsyYghLVULQ50mfZhGiLqib2aA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ftD25mtpg8Q9d8U3RakW5z8cJE2ombm2N8wOg/5/uwR0WMlktpIAXVLxM9tdis2wNWtZw/PNGPIDfikHCAHLOr8JrGO7WuqRKtLh+bnTR7JnX31f/Y5vcnk9UGmRcVV+Zu3NHqXY7q8FJL0CJULb+z2dxx/9iAlKNvyuP2BbPJY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org; spf=pass smtp.mailfrom=makrotopia.org; arc=none smtp.client-ip=185.142.180.65 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=makrotopia.org Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.98) (envelope-from ) id 1sgnt6-000000004oB-27Sw; Wed, 21 Aug 2024 16:08:44 +0000 Date: Wed, 21 Aug 2024 17:08:39 +0100 From: Daniel Golle To: Andrew Lunn Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiner Kallweit , Russell King , Christian Marangi , Bartosz Golaszewski , Robert Marko , Russell King , Chad Monroe , John Crispin , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 1/2] dt-bindings: net: marvell,aquantia: add properties to override MDI_CFG Message-ID: References: <5173302f9f1a52d7487e1fb54966673c448d6928.1724244281.git.daniel@makrotopia.org> <2c4e03e9-6965-4e81-a986-e169eaea9e4b@lunn.ch> 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-Disposition: inline In-Reply-To: <2c4e03e9-6965-4e81-a986-e169eaea9e4b@lunn.ch> On Wed, Aug 21, 2024 at 06:00:36PM +0200, Andrew Lunn wrote: > On Wed, Aug 21, 2024 at 01:46:30PM +0100, Daniel Golle wrote: > > Usually the MDI pair order reversal configuration is defined by > > bootstrap pin MDI_CFG. Some designs, however, require overriding the MDI > > pair order and force either normal or reverse order. > > Could you explain that in a bit more detail. Are you talking about > changing the order of the 4 pairs? Or reversing the polarity within > pairs? It's about changing the order of the 4 pairs, either ABCD or DCBA. Polarity of each pair is not affected by this.