Re: [PATCH 03/12] phy: ti-pipe3: cleanup clock handling
From: Kishon Vijay Abraham I <hidden>
Date: 2014-03-04 09:30:39
Also in:
linux-arm-kernel, linux-ide, linux-omap, lkml
From: Kishon Vijay Abraham I <hidden>
Date: 2014-03-04 09:30:39
Also in:
linux-arm-kernel, linux-ide, linux-omap, lkml
Hi, On Monday 03 March 2014 08:37 PM, Roger Quadros wrote:
As this driver is no longer USB specific, use generic clock names. - Fix PLL_SD_SHIFT from 9 to 10 - As optclk and wkupclk may not be always required, don't bail out if they aren't available.
I think here too we face the same problem as for PHY. What if a particular platform needs a clock but is not available. I don't want this to be blocking though. Thanks Kishon