netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] dt-bindings: net: lpc-eth: document optional properties
@ 2019-10-17  9:47 Alexandre Belloni
  2019-10-17  9:47 ` [PATCH v2 2/2] net: lpc_eth: parse phy nodes from device tree Alexandre Belloni
  2019-10-17 16:18 ` [PATCH v2 1/2] dt-bindings: net: lpc-eth: document optional properties Andrew Lunn
  0 siblings, 2 replies; 5+ messages in thread
From: Alexandre Belloni @ 2019-10-17  9:47 UTC (permalink / raw)
  To: David S . Miller
  Cc: Andrew Lunn, Vladimir Zapolskiy, Sylvain Lemieux, netdev,
	linux-kernel, linux-arm-kernel, Alexandre Belloni

The Ethernet controller is also an mdio controller, to be able to parse
children (phys for example), #address-cells and #size-cells must be
present.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 Documentation/devicetree/bindings/net/lpc-eth.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/lpc-eth.txt b/Documentation/devicetree/bindings/net/lpc-eth.txt
index b92e927808b6..cfe0e5991d46 100644
--- a/Documentation/devicetree/bindings/net/lpc-eth.txt
+++ b/Documentation/devicetree/bindings/net/lpc-eth.txt
@@ -10,6 +10,11 @@ Optional properties:
   absent, "rmii" is assumed.
 - use-iram: Use LPC32xx internal SRAM (IRAM) for DMA buffering
 
+Optional subnodes:
+- mdio : specifies the mdio bus, used as a container for phy nodes according to
+  phy.txt in the same directory
+
+
 Example:
 
 	mac: ethernet@31060000 {
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-17 18:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17  9:47 [PATCH v2 1/2] dt-bindings: net: lpc-eth: document optional properties Alexandre Belloni
2019-10-17  9:47 ` [PATCH v2 2/2] net: lpc_eth: parse phy nodes from device tree Alexandre Belloni
2019-10-17 16:22   ` Andrew Lunn
2019-10-17 18:11   ` David Miller
2019-10-17 16:18 ` [PATCH v2 1/2] dt-bindings: net: lpc-eth: document optional properties Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).