diff options
author | Nathan Sullivan <nathan.sullivan@ni.com> | 2015-05-22 09:22:09 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-22 14:58:09 -0400 |
commit | 6db99596d11a99f59e8f8f9353b22ef76e31ad6a (patch) | |
tree | 799a9220364695cfdbc8c07c33d54af6f0ab7d17 /Documentation | |
parent | d4e64c2909231222ceba0999d921e7ac8908f656 (diff) | |
download | blackbird-op-linux-6db99596d11a99f59e8f8f9353b22ef76e31ad6a.tar.gz blackbird-op-linux-6db99596d11a99f59e8f8f9353b22ef76e31ad6a.zip |
net: macb: Document zynq gem dt binding
Signed-off-by: Nathan Sullivan <nathan.sullivan@ni.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/cdns-emac.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/cdns-emac.txt b/Documentation/devicetree/bindings/net/cdns-emac.txt index abd67c13d344..4451ee973223 100644 --- a/Documentation/devicetree/bindings/net/cdns-emac.txt +++ b/Documentation/devicetree/bindings/net/cdns-emac.txt @@ -3,7 +3,8 @@ Required properties: - compatible: Should be "cdns,[<chip>-]{emac}" Use "cdns,at91rm9200-emac" Atmel at91rm9200 SoC. - or the generic form: "cdns,emac". + Use "cdns,zynq-gem" Xilinx Zynq-7xxx SoC. + Or the generic form: "cdns,emac". - reg: Address and length of the register set for the device - interrupts: Should contain macb interrupt - phy-mode: see ethernet.txt file in the same directory. |