diff options
author | Nicolas Ferre <nicolas.ferre@microchip.com> | 2019-02-06 18:56:09 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-08 15:19:50 -0800 |
commit | 4973a1276ca89c3f1a1fd32b4c955144e04afd5d (patch) | |
tree | db06216610c9fcdd27be4301afba66ef75b2fb7c /Documentation | |
parent | 83ef97d1d35c36bec37af6dea51858809c2af527 (diff) | |
download | linux-4973a1276ca89c3f1a1fd32b4c955144e04afd5d.tar.bz2 |
net/macb: bindings doc: add sam9x60 binding
Add the compatibility sting documentation for sam9x60 10/100 interface.
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/macb.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt index f5c414b10e27..174f292d8a3e 100644 --- a/Documentation/devicetree/bindings/net/macb.txt +++ b/Documentation/devicetree/bindings/net/macb.txt @@ -4,6 +4,7 @@ Required properties: - compatible: Should be "cdns,[<chip>-]{macb|gem}" Use "cdns,at91rm9200-emac" Atmel at91rm9200 SoC. Use "cdns,at91sam9260-macb" for Atmel at91sam9 SoCs. + Use "cdns,sam9x60-macb" for Microchip sam9x60 SoC. Use "cdns,np4-macb" for NP4 SoC devices. Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb". Use "cdns,pc302-gem" for Picochip picoXcell pc302 and later devices based on |