diff mbox

powerpc/boot: fix typo in p1010rdb.dtsi

Message ID 1330458188-17265-1-git-send-email-gustavo@zacarias.com.ar (mailing list archive)
State Superseded
Delegated to: Kumar Gala
Headers show

Commit Message

Gustavo Zacarias Feb. 28, 2012, 7:43 p.m. UTC
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>
---
 arch/powerpc/boot/dts/p1010rdb.dtsi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Kumar Gala March 16, 2012, 3:13 p.m. UTC | #1
On Feb 28, 2012, at 1:43 PM, Gustavo Zacarias wrote:

> 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>
> ---
> arch/powerpc/boot/dts/p1010rdb.dtsi |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

applied

- k
diff mbox

Patch

diff --git a/arch/powerpc/boot/dts/p1010rdb.dtsi b/arch/powerpc/boot/dts/p1010rdb.dtsi
index d4c4a77..9e0a0b7 100644
--- a/arch/powerpc/boot/dts/p1010rdb.dtsi
+++ b/arch/powerpc/boot/dts/p1010rdb.dtsi
@@ -196,7 +196,7 @@ 
 		};
 
 		tbi-phy@3 {
-			device-type = "tbi-phy";
+			device_type = "tbi-phy";
 			reg = <0x3>;
 		};
 	};