From 0fd8c47cccb101ce4bed049e4bb3b50e44b16500 Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Tue, 24 Apr 2007 07:26:14 +1000 Subject: [POWERPC] Replace undocumented interface properties in dts files phy-connection-type now supersedes the interface property. Signed-off-by: Kim Phillips Signed-off-by: Paul Mackerras --- arch/powerpc/boot/dts/mpc832x_rdb.dts | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/powerpc/boot/dts/mpc832x_rdb.dts') diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts index b55bced1593d..be4c35784e49 100644 --- a/arch/powerpc/boot/dts/mpc832x_rdb.dts +++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts @@ -265,14 +265,12 @@ interrupts = <0>; reg = <0>; device_type = "ethernet-phy"; - interface = <3>; //ENET_100_MII }; phy04:ethernet-phy@04 { interrupt-parent = <&pic>; interrupts = <0>; reg = <4>; device_type = "ethernet-phy"; - interface = <3>; }; }; -- cgit