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 16A53B70B5 for ; Fri, 23 Jul 2010 01:39:12 +1000 (EST) Subject: Re: [PATCH 2/2] mpc85xx_edac: change to use new definitions for PCI EDAC regspace Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1279756992-29543-2-git-send-email-dbaryshkov@gmail.com> Date: Thu, 22 Jul 2010 10:38:56 -0500 Message-Id: <566EC982-1CDA-4806-8EC0-8C9F36448F83@kernel.crashing.org> References: <1279756992-29543-1-git-send-email-dbaryshkov@gmail.com> <1279756992-29543-2-git-send-email-dbaryshkov@gmail.com> To: Dmitry Eremin-Solenikov Cc: linuxppc-dev@ozlabs.org, Doug Thompson , bluesmoke-devel@lists.sourceforge.net, Dave Jiang List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jul 21, 2010, at 7:03 PM, Dmitry Eremin-Solenikov wrote: > Currently (as mpc8540-pci) devices are not created on of_platform bus, > mpc85xx_edac can't probe to them. Follow the change to dts trees to = bind > not to the main mpc8540-pci node but to special mpc85xx-pci-error = nodes, > present on soc bus. >=20 > Signed-off-by: Dmitry Eremin-Solenikov > --- > drivers/edac/mpc85xx_edac.c | 18 +++++++++--------- > 1 files changed, 9 insertions(+), 9 deletions(-) Nak. We already have a node in the dts for the PCI controller. Lets update = the platform code to add the pci controller to the of_platform_bus_probe = list. - k=