mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
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: David S. Miller <davem@davemloft.net>
This commit is contained in:
commit
c829de3989
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ examples:
|
|||
#include <dt-bindings/clock/x1000-cgu.h>
|
||||
|
||||
mac: ethernet@134b0000 {
|
||||
compatible = "ingenic,x1000-mac", "snps,dwmac";
|
||||
compatible = "ingenic,x1000-mac";
|
||||
reg = <0x134b0000 0x2000>;
|
||||
|
||||
interrupt-parent = <&intc>;
|
||||
|
|
Loading…
Add table
Reference in a new issue