[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190911.162801.1734673602480231321.davem@davemloft.net>
Date: Wed, 11 Sep 2019 16:28:01 +0200 (CEST)
From: David Miller <davem@...emloft.net>
To: alexandru.ardelean@...log.com
Cc: netdev@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, robh+dt@...nel.org,
peppe.cavallaro@...com, alexandre.torgue@...com
Subject: Re: [PATCH 1/2] net: stmmac: implement support for passive mode
converters via dt
From: Alexandru Ardelean <alexandru.ardelean@...log.com>
Date: Fri, 6 Sep 2019 16:02:55 +0300
> In-between the MAC & PHY there can be a mode converter, which converts one
> mode to another (e.g. GMII-to-RGMII).
>
> The converter, can be passive (i.e. no driver or OS/SW information
> required), so the MAC & PHY need to be configured differently.
>
> For the `stmmac` driver, this is implemented via a `mac-mode` property in
> the device-tree, which configures the MAC into a certain mode, and for the
> PHY a `phy_interface` field will hold the mode of the PHY. The mode of the
> PHY will be passed to the PHY and from there-on it work in a different
> mode. If unspecified, the default `phy-mode` will be used for both.
>
> Signed-off-by: Alexandru Ardelean <alexandru.ardelean@...log.com>
Applied to net-next.
Powered by blists - more mailing lists