From: Duc Dang Date: Mon, 5 Mar 2012 00:57:42 +0000 (+0000) Subject: powerpc/44x: Add new compatible value for EMAC node of APM821XX dts file. X-Git-Tag: v3.4-rc1~177^2~123 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8dfc2b45ffc722c4291f24f1f40c64e448b9b5b4;p=karo-tx-linux.git 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 Signed-off-by: David S. Miller --- 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>;