diff options
author | Tony Lindgren <tony@atomide.com> | 2015-01-16 01:45:14 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-16 09:00:03 +0300 |
commit | de3900833ee635d5658415fea9c8c4e13507d777 (patch) | |
tree | c59d439d0f3e8927101966c50bb78517c8cb0b78 /Documentation/devicetree | |
parent | a1594321a9bc55ad44e02b27773cb0ed05837531 (diff) | |
download | linux-de3900833ee635d5658415fea9c8c4e13507d777.tar.xz |
net: davinci_emac: Add support for emac on dm816x
On dm816x we have two emac controllers with separate memory
areas.
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/net/davinci_emac.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/davinci_emac.txt b/Documentation/devicetree/bindings/net/davinci_emac.txt index 032808843f90..24c5cdaba8d2 100644 --- a/Documentation/devicetree/bindings/net/davinci_emac.txt +++ b/Documentation/devicetree/bindings/net/davinci_emac.txt @@ -4,7 +4,8 @@ This file provides information, what the device node for the davinci_emac interface contains. Required properties: -- compatible: "ti,davinci-dm6467-emac" or "ti,am3517-emac" +- compatible: "ti,davinci-dm6467-emac", "ti,am3517-emac" or + "ti,dm816-emac" - reg: Offset and length of the register set for the device - ti,davinci-ctrl-reg-offset: offset to control register - ti,davinci-ctrl-mod-reg-offset: offset to control module register |