diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2014-02-18 02:41:59 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-18 17:05:39 -0500 |
commit | e8f08ee0ad86012a2e9ac3a6cc318b058dd4d47c (patch) | |
tree | 14237b8c04c8a7d905d227bef7e3738cdd1ac785 /Documentation/devicetree/bindings/net/cdns-emac.txt | |
parent | 6df3efccee5f56f08e5e6a398462dfbb7fcb3a6c (diff) | |
download | op-kernel-dev-e8f08ee0ad86012a2e9ac3a6cc318b058dd4d47c.zip op-kernel-dev-e8f08ee0ad86012a2e9ac3a6cc318b058dd4d47c.tar.gz |
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/cdns-emac.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/cdns-emac.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/net/cdns-emac.txt b/Documentation/devicetree/bindings/net/cdns-emac.txt index 09055c2..abd67c1 100644 --- a/Documentation/devicetree/bindings/net/cdns-emac.txt +++ b/Documentation/devicetree/bindings/net/cdns-emac.txt @@ -6,11 +6,7 @@ Required properties: or the generic form: "cdns,emac". - reg: Address and length of the register set for the device - interrupts: Should contain macb interrupt -- phy-mode: String, operation mode of the PHY interface. - Supported values are: "mii", "rmii". - -Optional properties: -- local-mac-address: 6 bytes, mac address +- phy-mode: see ethernet.txt file in the same directory. Examples: |