diff options
author | Nikhil Badola <nikhil.badola@freescale.com> | 2015-07-14 14:58:10 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-07-23 02:44:34 +0300 |
commit | f4fdfaa280a284be8a056d6840cdbbf42c05bf95 (patch) | |
tree | f6f5861ef5b2a10f3bcffa0748297c656f50aea2 /include/linux/fsl_devices.h | |
parent | 6009d95e04cf74c6f80db56fddca21fea476ad24 (diff) | |
download | linux-f4fdfaa280a284be8a056d6840cdbbf42c05bf95.tar.xz |
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>
Diffstat (limited to 'include/linux/fsl_devices.h')
-rw-r--r-- | include/linux/fsl_devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 070d9aef90a7..cebdbbb4aa69 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -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; |