powerpc/fsl_soc: gianfar: don't probe disabled devices
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Tue, 8 Jul 2008 17:36:40 +0000 (21:36 +0400)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 16 Jul 2008 22:57:38 +0000 (17:57 -0500)
commit69ad7e73dee33f8e0680825006c801ca6b4bf470
tree1dc9d10c972d152b932ec3f11f899f0d1c789e72
parentc0a2015965d42f58d3b50c59bd139bc2419bc7f9
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 <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/fsl_soc.c