Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: lpc-eth: document optional properties

The Ethernet controller is also an mdio controller, to be able to parse
children (phys for example), and mdio node must be present.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Alexandre Belloni and committed by
David S. Miller
2c69dae8 3858a645

+5
+5
Documentation/devicetree/bindings/net/lpc-eth.txt
··· 10 10 absent, "rmii" is assumed. 11 11 - use-iram: Use LPC32xx internal SRAM (IRAM) for DMA buffering 12 12 13 + Optional subnodes: 14 + - mdio : specifies the mdio bus, used as a container for phy nodes according to 15 + phy.txt in the same directory 16 + 17 + 13 18 Example: 14 19 15 20 mac: ethernet@31060000 {