Skip to content

Commit a9e60f1

Browse files
pgwipeoutmmind
authored andcommitted
clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent
Correct the clk_ref_usb3otg parent to fix clock control for the usb3 controller on rk3328. Verified against the rk3328 trm, the rk3228h trm, and the rk3328 usb3 phy clock map. Fixes: fe3511a ("clk: rockchip: add clock controller for rk3328") Signed-off-by: Peter Geis <pgwipeout@gmail.com> Reviewed-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/20250115012628.1035928-2-pgwipeout@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 83dbeca commit a9e60f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/rockchip/clk-rk3328.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ PNAME(mux_aclk_peri_pre_p) = { "cpll_peri",
201201
"gpll_peri",
202202
"hdmiphy_peri" };
203203
PNAME(mux_ref_usb3otg_src_p) = { "xin24m",
204-
"clk_usb3otg_ref" };
204+
"clk_ref_usb3otg_src" };
205205
PNAME(mux_xin24m_32k_p) = { "xin24m",
206206
"clk_rtc32k" };
207207
PNAME(mux_mac2io_src_p) = { "clk_mac2io_src",

0 commit comments

Comments
 (0)