Skip to content
Snippets Groups Projects
Commit c829de39 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'ingenic-fixes'


Zhou Yanjie says:

====================
Fix for Ingenic MAC support.

1.Remove the unexpected "snps,dwmac" item in the example.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents b40d7af7 19e068b1
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ examples: ...@@ -61,7 +61,7 @@ examples:
#include <dt-bindings/clock/x1000-cgu.h> #include <dt-bindings/clock/x1000-cgu.h>
mac: ethernet@134b0000 { mac: ethernet@134b0000 {
compatible = "ingenic,x1000-mac", "snps,dwmac"; compatible = "ingenic,x1000-mac";
reg = <0x134b0000 0x2000>; reg = <0x134b0000 0x2000>;
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment