]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/83xx: Do not configure or probe disabled FSL DR USB controllers
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Thu, 19 Feb 2009 16:02:23 +0000 (19:02 +0300)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 9 Mar 2009 14:25:37 +0000 (09:25 -0500)
commit758f5f1c9ddf26cbc282f59e4f3e1624b567871f
tree98f0ddc17ef2a3123888f2259b1999b32c905909
parent7189b79c8430d64be8a621f2f327179ef1dcd157
powerpc/83xx: Do not configure or probe disabled FSL DR USB controllers

On MPC837X CPUs Dual-Role USB isn't always available (for example DR
USB pins can be muxed away to eSDHC).

U-Boot adds status = "disabled" property into the DR USB nodes to
indicate that we must not try to configure or probe Dual-Role USB,
otherwise we'll break eSDHC support on targets with MPC837X CPUs.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/83xx/usb.c
arch/powerpc/sysdev/fsl_soc.c