summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/dsa
Commit message (Collapse)AuthorAgeFilesLines
* dsa: Add new optional devicetree property to describe EEPROM sizeGuenter Roeck2014-10-301-1/+8
| | | | | | | | | The dsa core now supports reading from and writing to a switch EEPROM if connected. Describe optional devicetree property indicating that an EEPROM is present and its size. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: David S. Miller <davem@davemloft.net>
* Documentation: devicetree: update dsa binding with optional propertiesFlorian Fainelli2014-08-271-0/+17
| | | | | | | | | Add documentation for a bunch of new optional properties described in ethernet.txt and fixed-link.txt, this includes: 'phy-handle', 'phy-mode' and the 'fixed-link' subnode. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* dsa: fix device tree binding documentation typo on #address-cellsFlorian Fainelli2013-03-251-1/+1
| | | | | | | | | The device tree binding documentation for dsa explicitely states that a DSA node should have its #address-cells property set to 2, yet the example still used 1, fix that typo. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>
* dsa: add device tree bindings to register DSA switchesFlorian Fainelli2013-03-241-0/+91
This patch adds support for registering DSA switches using Device Tree bindings. Note that we support programming the switch routing table even though no in-tree user seems to require it. I tested this on Armada 370 with a Marvell 88E6172 (not supported by mainline yet). Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>
OpenPOWER on IntegriCloud