Re: [PATCH] powerpc/83xx: Do not configure or probe disabled FSL DR USB controllers
From: Kumar Gala <hidden>
Date: 2009-02-19 16:19:12
From: Kumar Gala <hidden>
Date: 2009-02-19 16:19:12
On Feb 19, 2009, at 10:02 AM, Anton Vorontsov wrote:
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 <redacted> --- arch/powerpc/platforms/83xx/usb.c | 3 ++- arch/powerpc/sysdev/fsl_soc.c | 4 ++++ 2 files changed, 6 insertions(+), 1 deletions(-)
Mind looking at possibly killing the fsl_soc.c usb code and making the usb a real of-platform driver? - k