diff options
author | Duc Dang <dhdang@apm.com> | 2012-03-05 00:57:42 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-06 17:06:07 -0500 |
commit | 8dfc2b45ffc722c4291f24f1f40c64e448b9b5b4 (patch) | |
tree | 7e4ba632fa08ed7480fbd3fbe54e034b9dbb6c26 | |
parent | 95f050bf7f64be5168ae2e2c715bb0b0ded141d1 (diff) | |
download | linux-stable-8dfc2b45ffc722c4291f24f1f40c64e448b9b5b4.tar.gz linux-stable-8dfc2b45ffc722c4291f24f1f40c64e448b9b5b4.tar.bz2 linux-stable-8dfc2b45ffc722c4291f24f1f40c64e448b9b5b4.zip |
powerpc/44x: Add new compatible value for EMAC node of APM821XX dts file.
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>
-rw-r--r-- | arch/powerpc/boot/dts/bluestone.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/bluestone.dts b/arch/powerpc/boot/dts/bluestone.dts index 2a56a0dbd1f7..74876f737407 100644 --- a/arch/powerpc/boot/dts/bluestone.dts +++ b/arch/powerpc/boot/dts/bluestone.dts @@ -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>; |