diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2014-02-18 03:41:59 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-19 02:05:39 +0400 |
commit | e8f08ee0ad86012a2e9ac3a6cc318b058dd4d47c (patch) | |
tree | 14237b8c04c8a7d905d227bef7e3738cdd1ac785 /Documentation/devicetree/bindings/net/lpc-eth.txt | |
parent | 6df3efccee5f56f08e5e6a398462dfbb7fcb3a6c (diff) | |
download | linux-e8f08ee0ad86012a2e9ac3a6cc318b058dd4d47c.tar.xz |
DT: net: document Ethernet bindings in one place
This patch is an attempt to gather the Ethernet related bindings in one file,
like it's done in the MMC and some other subsystems. It should save some of
the trouble of documenting several properties over and over in each binding
document, instead only making reference to the main file.
I have used the Embedded Power Architecture(TM) Platform Requirements (ePAPR)
standard as a base for the properties description, also documenting some ad-hoc
properties that have been introduced over time despite having direct analogs in
ePAPR.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/lpc-eth.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/lpc-eth.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/net/lpc-eth.txt b/Documentation/devicetree/bindings/net/lpc-eth.txt index 585021acd178..b92e927808b6 100644 --- a/Documentation/devicetree/bindings/net/lpc-eth.txt +++ b/Documentation/devicetree/bindings/net/lpc-eth.txt @@ -6,10 +6,9 @@ Required properties: - interrupts: Should contain ethernet controller interrupt Optional properties: -- phy-mode: String, operation mode of the PHY interface. - Supported values are: "mii", "rmii" (default) +- phy-mode: See ethernet.txt file in the same directory. If the property is + absent, "rmii" is assumed. - use-iram: Use LPC32xx internal SRAM (IRAM) for DMA buffering -- local-mac-address : 6 bytes, mac address Example: |