[POWERPC] Replace undocumented interface properties in dts files

phy-connection-type now supersedes the interface property.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Kim Phillips 2007-04-24 07:26:14 +10:00 committed by Paul Mackerras
parent 60c1922c69
commit 0fd8c47ccc
4 changed files with 4 additions and 10 deletions

View file

@ -306,14 +306,12 @@ phy3: ethernet-phy@03 {
interrupts = <11 8>; interrupts = <11 8>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy"; device_type = "ethernet-phy";
interface = <3>; //ENET_100_MII
}; };
phy4: ethernet-phy@04 { phy4: ethernet-phy@04 {
interrupt-parent = < &ipic >; interrupt-parent = < &ipic >;
interrupts = <12 8>; interrupts = <12 8>;
reg = <4>; reg = <4>;
device_type = "ethernet-phy"; device_type = "ethernet-phy";
interface = <3>;
}; };
}; };

View file

@ -265,14 +265,12 @@ phy00:ethernet-phy@00 {
interrupts = <0>; interrupts = <0>;
reg = <0>; reg = <0>;
device_type = "ethernet-phy"; device_type = "ethernet-phy";
interface = <3>; //ENET_100_MII
}; };
phy04:ethernet-phy@04 { phy04:ethernet-phy@04 {
interrupt-parent = <&pic>; interrupt-parent = <&pic>;
interrupts = <0>; interrupts = <0>;
reg = <4>; reg = <4>;
device_type = "ethernet-phy"; device_type = "ethernet-phy";
interface = <3>;
}; };
}; };

View file

@ -305,6 +305,7 @@ ucc@2000 {
rx-clock = <0>; rx-clock = <0>;
tx-clock = <19>; tx-clock = <19>;
phy-handle = < &phy0 >; phy-handle = < &phy0 >;
phy-connection-type = "rgmii-id";
pio-handle = < &pio1 >; pio-handle = < &pio1 >;
}; };
@ -320,6 +321,7 @@ ucc@3000 {
rx-clock = <0>; rx-clock = <0>;
tx-clock = <14>; tx-clock = <14>;
phy-handle = < &phy1 >; phy-handle = < &phy1 >;
phy-connection-type = "rgmii-id";
pio-handle = < &pio2 >; pio-handle = < &pio2 >;
}; };
@ -335,14 +337,12 @@ phy0: ethernet-phy@00 {
interrupts = <11 8>; interrupts = <11 8>;
reg = <0>; reg = <0>;
device_type = "ethernet-phy"; device_type = "ethernet-phy";
interface = <6>; //ENET_1000_GMII
}; };
phy1: ethernet-phy@01 { phy1: ethernet-phy@01 {
interrupt-parent = < &ipic >; interrupt-parent = < &ipic >;
interrupts = <12 8>; interrupts = <12 8>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy"; device_type = "ethernet-phy";
interface = <6>;
}; };
}; };

View file

@ -288,6 +288,7 @@ ucc@2000 {
rx-clock = <0>; rx-clock = <0>;
tx-clock = <19>; tx-clock = <19>;
phy-handle = <&qe_phy0>; phy-handle = <&qe_phy0>;
phy-connection-type = "gmii";
pio-handle = <&pio1>; pio-handle = <&pio1>;
}; };
@ -303,6 +304,7 @@ ucc@3000 {
rx-clock = <0>; rx-clock = <0>;
tx-clock = <14>; tx-clock = <14>;
phy-handle = <&qe_phy1>; phy-handle = <&qe_phy1>;
phy-connection-type = "gmii";
pio-handle = <&pio2>; pio-handle = <&pio2>;
}; };
@ -320,28 +322,24 @@ qe_phy0: ethernet-phy@00 {
interrupts = <31 1>; interrupts = <31 1>;
reg = <0>; reg = <0>;
device_type = "ethernet-phy"; device_type = "ethernet-phy";
interface = <6>; //ENET_1000_GMII
}; };
qe_phy1: ethernet-phy@01 { qe_phy1: ethernet-phy@01 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <32 1>; interrupts = <32 1>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy"; device_type = "ethernet-phy";
interface = <6>;
}; };
qe_phy2: ethernet-phy@02 { qe_phy2: ethernet-phy@02 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <31 1>; interrupts = <31 1>;
reg = <2>; reg = <2>;
device_type = "ethernet-phy"; device_type = "ethernet-phy";
interface = <6>; //ENET_1000_GMII
}; };
qe_phy3: ethernet-phy@03 { qe_phy3: ethernet-phy@03 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <32 1>; interrupts = <32 1>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy"; device_type = "ethernet-phy";
interface = <6>; //ENET_1000_GMII
}; };
}; };