diff options
author | Alexandre TORGUE <alexandre.torgue@gmail.com> | 2016-08-29 18:23:40 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-01 14:03:40 -0700 |
commit | f9a09687a87887d1330dd5e5d08d9d7b3d209fb2 (patch) | |
tree | a7a558dba1e64ceeea2d55f3c65b442aa4fdc8f3 /drivers | |
parent | 99abf9d6641e7857df67faa2ff7e4044cdea9683 (diff) | |
download | linux-stable-f9a09687a87887d1330dd5e5d08d9d7b3d209fb2.tar.gz linux-stable-f9a09687a87887d1330dd5e5d08d9d7b3d209fb2.tar.bz2 linux-stable-f9a09687a87887d1330dd5e5d08d9d7b3d209fb2.zip |
net: ethernet: stmmac: add support of Synopsys 3.50a MAC IP
Adds support of Synopsys 3.50a MAC IP in stmmac driver.
Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Tested-by: Maxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c index 756bb548e81a..0a0d6a86f397 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c @@ -265,6 +265,7 @@ stmmac_probe_config_dt(struct platform_device *pdev, const char **mac) * once needed on other platforms. */ if (of_device_is_compatible(np, "st,spear600-gmac") || + of_device_is_compatible(np, "snps,dwmac-3.50a") || of_device_is_compatible(np, "snps,dwmac-3.70a") || of_device_is_compatible(np, "snps,dwmac")) { /* Note that the max-frame-size parameter as defined in the |