summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac
diff options
context:
space:
mode:
authorGiuseppe CAVALLARO2014-10-14 08:12:55 +0200
committerDavid S. Miller2014-10-14 22:40:06 +0200
commit160e1fd10a287bb805745ea4e5b8bb383b686b7f (patch)
tree994af980f86fa4f0f43abc879df081f80c805ff1 /drivers/net/ethernet/stmicro/stmmac
parentstmmac: platform: fix FIXED_PHY support. (diff)
downloadkernel-qcow2-linux-160e1fd10a287bb805745ea4e5b8bb383b686b7f.tar.gz
kernel-qcow2-linux-160e1fd10a287bb805745ea4e5b8bb383b686b7f.tar.xz
kernel-qcow2-linux-160e1fd10a287bb805745ea4e5b8bb383b686b7f.zip
stmmac: make the STi Layer compatible to STiH407
This adds the missing compatibility to the STiH407 SoC. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac')
-rw-r--r--drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c1
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 4894500a0139..0d6b9adad6dd 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
@@ -40,6 +40,7 @@ static const struct of_device_id stmmac_dt_ids[] = {
{ .compatible = "st,stih415-dwmac", .data = &sti_gmac_data},
{ .compatible = "st,stih416-dwmac", .data = &sti_gmac_data},
{ .compatible = "st,stid127-dwmac", .data = &sti_gmac_data},
+ { .compatible = "st,stih407-dwmac", .data = &sti_gmac_data},
#endif
#ifdef CONFIG_DWMAC_SOCFPGA
{ .compatible = "altr,socfpga-stmmac", .data = &socfpga_gmac_data },