On 9/20/2025 12:46 AM, Dmitry Baryshkov wrote: > On Fri, Sep 19, 2025 at 10:24:23PM +0800, Xiangxu Yin wrote: >> Add USB/DP switchable PHY clock registration and DT parsing for DP offsets. >> Extend qmp_usbc_register_clocks and clock provider logic to support both >> USB and DP instances. > Why?
Shall I update commit msg as below? "phy: qcom: qmp-usbc: add DP link and vco_div clocks for DP PHY USB3DP PHY requires link and vco_div clocks when operating in DP mode. Extend qmp_usbc_register_clocks and the clock provider logic to register these clocks along with the existing pipe clock, to support both USB and DP configurations." >> Signed-off-by: Xiangxu Yin <xiangxu....@oss.qualcomm.com> >> --- >> drivers/phy/qualcomm/phy-qcom-qmp-usbc.c | 210 >> ++++++++++++++++++++++++++++++- >> 1 file changed, 204 insertions(+), 6 deletions(-) >>