From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E8BECB6FA2 for ; Sat, 17 Mar 2012 02:13:44 +1100 (EST) Subject: Re: [PATCH] powerpc/boot: fix typo in p1010rdb.dtsi Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1330458188-17265-1-git-send-email-gustavo@zacarias.com.ar> Date: Fri, 16 Mar 2012 10:13:38 -0500 Message-Id: <8783286B-12E8-411F-8D7A-35B940D69F14@kernel.crashing.org> References: <1330458188-17265-1-git-send-email-gustavo@zacarias.com.ar> To: Gustavo Zacarias Cc: afleming@freescale.com, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 > --- > arch/powerpc/boot/dts/p1010rdb.dtsi | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied - k