[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cecaa6c3-adeb-489f-a9d2-0f43d089dd1d@lunn.ch>
Date: Wed, 17 Jul 2024 17:20:03 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Rayyan Ansari <rayyan.ansari@...aro.org>
Cc: devicetree@...r.kernel.org, linux-arm-msm@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Timur Tabi <timur@...nel.org>,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] dt-bindings: net: qcom,emac: convert to dtschema
On Wed, Jul 17, 2024 at 10:09:27AM +0100, Rayyan Ansari wrote:
> Convert the bindings for the Qualcomm EMAC Ethernet Controller from the
> old text format to yaml.
>
> Also move the phy node of the controller to be within an mdio block so
> we can use mdio.yaml.
Does the MAC driver already support this?
When i look at the emacs-phy.c there is
struct device_node *np = pdev->dev.of_node;
ret = of_mdiobus_register(mii_bus, np);
I don't see anything looking for the mdio node in the tree.
Andrew
Powered by blists - more mailing lists