[PATCH 1/2] drivers: usb: fsl: Modify phy clk valid bit checking

2015-07-14 Thread Nikhil Badola
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 --- Dependent on patchset : https://lkml.org/lkml/2015/6/15/177 and subsequent patches

[PATCH 1/2] drivers: usb: fsl: Modify phy clk valid bit checking

2015-07-14 Thread Nikhil Badola
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.bad...@freescale.com --- Dependent on patchset : https://lkml.org/lkml/2015/6/15/177 and