Skip to content

Commit 774903c

Browse files
jhovoldvinodkoul
authored andcommitted
phy: qcom-qmp-combo: drop v4 reference-clock source
The source clock for the reference clock should not be described by the devicetree and instead this relationship should be modelled in the clock driver. Drop the management of the source clock from the driver for SC8180X and SC8280XP. Note that support for the former is not yet in mainline. Also note that the binding has never been updated to describe the v4 clocks for SC8180X. Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent e1c4c54 commit 774903c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/qualcomm/phy-qcom-qmp-combo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ static const char * const qmp_v3_phy_clk_l[] = {
945945
};
946946

947947
static const char * const qmp_v4_phy_clk_l[] = {
948-
"aux", "ref_clk_src", "ref", "com_aux",
948+
"aux", "ref", "com_aux",
949949
};
950950

951951
/* the primary usb3 phy on sm8250 doesn't have a ref clock */

0 commit comments

Comments
 (0)