mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-17 12:08:43 +00:00
stmmac: dwmac-sti: fix broken STiD127 compatibility
This is to fix the compatibility to the STiD127 SoC. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Cc: Srinivas Kandagatla <srinivas.kandagatla@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
29896a674c
commit
c5e9103dc3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ static const struct of_device_id stmmac_dt_ids[] = {
|
||||||
#ifdef CONFIG_DWMAC_STI
|
#ifdef CONFIG_DWMAC_STI
|
||||||
{ .compatible = "st,stih415-dwmac", .data = &sti_gmac_data},
|
{ .compatible = "st,stih415-dwmac", .data = &sti_gmac_data},
|
||||||
{ .compatible = "st,stih416-dwmac", .data = &sti_gmac_data},
|
{ .compatible = "st,stih416-dwmac", .data = &sti_gmac_data},
|
||||||
{ .compatible = "st,stih127-dwmac", .data = &sti_gmac_data},
|
{ .compatible = "st,stid127-dwmac", .data = &sti_gmac_data},
|
||||||
#endif
|
#endif
|
||||||
/* SoC specific glue layers should come before generic bindings */
|
/* SoC specific glue layers should come before generic bindings */
|
||||||
{ .compatible = "st,spear600-gmac"},
|
{ .compatible = "st,spear600-gmac"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue