Skip to content

Commit

Permalink
powerpc/44x: Add new compatible value for EMAC node of APM821XX dts f…
Browse files Browse the repository at this point in the history
…ile.

This compatible value will be used to distinguish some special features of APM821XX EMAC: no half duplex mode support, configuring jumbo frame.

Signed-off-by: Duc Dang <dhdang@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Duc Dang authored and David S. Miller committed Mar 6, 2012
1 parent 95f050b commit 8dfc2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/bluestone.dts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@

EMAC0: ethernet@ef600c00 {
device_type = "network";
compatible = "ibm,emac4sync";
compatible = "ibm,emac-apm821xx", "ibm,emac4sync";
interrupt-parent = <&EMAC0>;
interrupts = <0x0 0x1>;
#interrupt-cells = <1>;
Expand Down

0 comments on commit 8dfc2b4

Please sign in to comment.