Skip to content

Commit ca243e6

Browse files
andredkrzk
authored andcommitted
clk: samsung: gs101: fix alternate mout_hsi0_usb20_ref parent clock
The alternate parent clock for this mux is mout_pll_usb, not the pll itself. Fixes: 1891e4d ("clk: samsung: gs101: add support for cmu_hsi0") Cc: [email protected] Signed-off-by: André Draszik <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 29a9361 commit ca243e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/samsung/clk-gs101.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@ PNAME(mout_hsi0_usbdpdbg_user_p) = { "oscclk",
21292129
"dout_cmu_hsi0_usbdpdbg" };
21302130
PNAME(mout_hsi0_bus_p) = { "mout_hsi0_bus_user",
21312131
"mout_hsi0_alt_user" };
2132-
PNAME(mout_hsi0_usb20_ref_p) = { "fout_usb_pll",
2132+
PNAME(mout_hsi0_usb20_ref_p) = { "mout_pll_usb",
21332133
"mout_hsi0_tcxo_user" };
21342134
PNAME(mout_hsi0_usb31drd_p) = { "fout_usb_pll",
21352135
"mout_hsi0_usb31drd_user",

0 commit comments

Comments
 (0)