From: Anton Vorontsov Date: Tue, 8 Jul 2008 17:36:40 +0000 (+0400) Subject: powerpc/fsl_soc: gianfar: don't probe disabled devices X-Git-Tag: v2.6.27-rc1~865^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69ad7e73dee33f8e0680825006c801ca6b4bf470;p=pandora-kernel.git powerpc/fsl_soc: gianfar: don't probe disabled devices Freescale ships MPC8315E-RDB boards in two variants: 1. With TSEC1 ethernet support and USB UTMI PHY; 2. Without TSEC1 support, but with USB ULPI PHY in addition. For the second case U-Boot will add status = "disabled"; property into the TSEC1 node, so Linux should not try to probe it. Signed-off-by: Anton Vorontsov Signed-off-by: Kumar Gala --- Reading git-diff-tree failed