Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81394
b: refs/heads/master
c: d0a2f82
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Jan 28, 2008
1 parent d7ab3d1 commit e08ba3f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a2dd70a11d4c9cb8a4e4bb41f53a9b430e08559b
refs/heads/master: d0a2f82da949283027a7da6a8b2a70ada46e7b55
3 changes: 1 addition & 2 deletions trunk/arch/powerpc/boot/dts/mpc832x_mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <2320 18>;
device_type = "mdio";
compatible = "ucc_geth_phy";
compatible = "fsl,ucc-mdio";

phy3: ethernet-phy@03 {
interrupt-parent = < &ipic >;
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/powerpc/boot/dts/mpc832x_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <3120 18>;
device_type = "mdio";
compatible = "ucc_geth_phy";
compatible = "fsl,ucc-mdio";

phy00:ethernet-phy@00 {
interrupt-parent = <&pic>;
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/powerpc/boot/dts/mpc836x_mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <2120 18>;
device_type = "mdio";
compatible = "ucc_geth_phy";
compatible = "fsl,ucc-mdio";

phy0: ethernet-phy@00 {
interrupt-parent = < &ipic >;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/mpc8568mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <2120 18>;
compatible = "ucc_geth_phy";
compatible = "fsl,ucc-mdio";

/* These are the same PHYs as on
* gianfar's MDIO bus */
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/net/ucc_geth_mii.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ static struct of_device_id uec_mdio_match[] = {
.type = "mdio",
.compatible = "ucc_geth_phy",
},
{
.compatible = "fsl,ucc-mdio",
},
{},
};

Expand Down

0 comments on commit e08ba3f

Please sign in to comment.