drivers: usb: fsl: Modify phy clk valid bit checking

Phy_clk_valid bit is checked only when the boolean
property phy-clk-valid in present in usb node device tree.
This property is added to the usb node via device tree fixup.

Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Nikhil Badola 2015-07-14 17:28:10 +05:30 committed by Greg Kroah-Hartman
parent 6009d95e04
commit f4fdfaa280
3 changed files with 18 additions and 8 deletions

View file

@ -99,6 +99,7 @@ struct fsl_usb2_platform_data {
unsigned suspended:1;
unsigned already_suspended:1;
unsigned has_fsl_erratum_a007792:1;
unsigned check_phy_clk_valid:1;
/* register save area for suspend/resume */
u32 pm_command;