Skip to content

Commit

Permalink
Merge branch 'ingenic-fixes'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Jun 21, 2021
2 parents b40d7af + 19e068b commit c829de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/net/ingenic,mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit c829de3

Please sign in to comment.