From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.toptech.com.ar", Issuer "mail.toptech.com.ar" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 22E14B6EF1 for ; Wed, 29 Feb 2012 06:48:44 +1100 (EST) From: Gustavo Zacarias To: linuxppc-dev@lists.ozlabs.org Subject: [PATCH] powerpc/boot: fix typo in p1010rdb.dtsi Date: Tue, 28 Feb 2012 16:44:40 -0300 Message-Id: <1330458280-17335-1-git-send-email-gustavo@zacarias.com.ar> Cc: Gustavo Zacarias , afleming@freescale.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 --- arch/powerpc/boot/dts/p1010rdb.dtsi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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>; }; }; -- 1.7.3.4