Re: [PATCH v4 3/7] phy: qcom-qmp: Fix phy pipe clock name

2017-07-26 Thread Vivek Gautam
On 07/21/2017 05:06 PM, Varadarajan Narayanan wrote: Presently, the phy pipe clock's name is assumed to be either usb3_phy_pipe_clk_src or pcie_XX_pipe_clk_src (where XX is the phy lane's number). However, this will not work if an SoC has more than one instance of the phy. Hence, instead of ass

[PATCH v4 3/7] phy: qcom-qmp: Fix phy pipe clock name

2017-07-21 Thread Varadarajan Narayanan
Presently, the phy pipe clock's name is assumed to be either usb3_phy_pipe_clk_src or pcie_XX_pipe_clk_src (where XX is the phy lane's number). However, this will not work if an SoC has more than one instance of the phy. Hence, instead of assuming the name of the clock, fetch it from the DT. Signe