Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: fe3511ad8a1c ("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>

authored by

Peter Geis and committed by
Heiko Stuebner
a9e60f1f 83dbeca3

+1 -1
+1 -1
drivers/clk/rockchip/clk-rk3328.c
··· 201 201 "gpll_peri", 202 202 "hdmiphy_peri" }; 203 203 PNAME(mux_ref_usb3otg_src_p) = { "xin24m", 204 - "clk_usb3otg_ref" }; 204 + "clk_ref_usb3otg_src" }; 205 205 PNAME(mux_xin24m_32k_p) = { "xin24m", 206 206 "clk_rtc32k" }; 207 207 PNAME(mux_mac2io_src_p) = { "clk_mac2io_src",