Skip to content

Commit

Permalink
powerpc/85xx: fix typo in p1010rdb.dtsi
Browse files Browse the repository at this point in the history
Fix typo introduced by "powerpc: Add TBI PHY node to first MDIO bus"
from Andy Fleming.
It's device_type rather than device-type, which causes the mdio probe to
fail thus making all gianfar ethernet interfaces unusable.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Gustavo Zacarias authored and Kumar Gala committed Mar 16, 2012
1 parent 564ee46 commit e131fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/p1010rdb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
};

tbi-phy@3 {
device-type = "tbi-phy";
device_type = "tbi-phy";
reg = <0x3>;
};
};
Expand Down

0 comments on commit e131fbd

Please sign in to comment.