powerpc/usb: remove checking PHY_CLK_VALID for UTMI PHY
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Mon, 24 Sep 2012 14:01:35 +0000 (22:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Sep 2012 20:42:45 +0000 (13:42 -0700)
commit5ed338778f917a035f0f0a52327fc4f72e36f7a1
tree4b0c9c8d75d61fa13747a66d9dcb63bc4432ed05
parent54575b05af36959dfb6a49a3e9ca0c2b456b7126
powerpc/usb: remove checking PHY_CLK_VALID for UTMI PHY

PHY_CLK_VALID bit doesn't work properly with UTMI PHY.
e.g. This bit is always zero on P5040, etc.
There is no need to check this bit for UTMI PHY, just keep
checking for ULPI PHY to prevent system hanging.

This patch should be squashed into previous commit 3735ba8db8e6e
"powerpc/usb: fix bug of CPU hang when missing USB PHY clock"

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-fsl.c
include/linux/fsl_devices.h