From patchwork Tue Feb 28 19:43:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 143535 X-Patchwork-Delegate: galak@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id 189BE1007DC for ; Wed, 29 Feb 2012 06:52:41 +1100 (EST) X-Greylist: delayed 316 seconds by postgrey-1.34 at bilbo; Wed, 29 Feb 2012 06:48:45 EST 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 22DFBB6EE6 for ; Wed, 29 Feb 2012 06:48:44 +1100 (EST) Received: from asgard (host91.190-231-15.telecom.net.ar [190.231.15.91]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q1SJhJM8028298 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Feb 2012 16:43:21 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=zacarias.com.ar; s=dkey; t=1330458204; bh=+S82a3gmccl0b6zjiCXVP+9XTsMGeh9TLF7eeSocUg0=; h=From:To:Cc:Subject:Date:Message-Id; b=JZYoCmfEDarFSf3H+uTHD3l6aTzqa721txzh0U0vmj/NvBt5Vb3hIRuq1nxf43j83 om5mdGiUcEPbcp6A1dZcq2MMf7ysBPTiRxIBdy2CEaTiNfuNH61neyxcvqZsJ5diWB O9EnmtIWk4ESizR+TIC1+9vIBT48w5sx9DGz3PgI= Received: by asgard (sSMTP sendmail emulation); Tue, 28 Feb 2012 16:43:18 -0300 From: Gustavo Zacarias To: linuxppc-dev@lists.ozlabs.org Subject: [PATCH] powerpc/boot: fix typo in p1010rdb.dtsi Date: Tue, 28 Feb 2012 16:43:08 -0300 Message-Id: <1330458188-17265-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Cc: Gustavo Zacarias , afleming@freescale.com X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org 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>; }; };