aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Geis <[email protected]>2025-01-15 01:26:22 +0000
committerHeiko Stuebner <[email protected]>2025-02-26 16:56:39 +0000
commita9e60f1ffe1ca57d6af6a2573e2f950e76efbf5b (patch)
tree8f11c1d212346362b6275867dcd5d2c47a305425
parentclk: rockchip: rk3568: mark hclk_vi as critical (diff)
downloadkernel-a9e60f1ffe1ca57d6af6a2573e2f950e76efbf5b.tar.gz
kernel-a9e60f1ffe1ca57d6af6a2573e2f950e76efbf5b.zip
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 <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r--drivers/clk/rockchip/clk-rk3328.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk-rk3328.c b/drivers/clk/rockchip/clk-rk3328.c
index 3bb87b27b662..cf60fcf2fa5c 100644
--- a/drivers/clk/rockchip/clk-rk3328.c
+++ b/drivers/clk/rockchip/clk-rk3328.c
@@ -201,7 +201,7 @@ PNAME(mux_aclk_peri_pre_p) = { "cpll_peri",
"gpll_peri",
"hdmiphy_peri" };
PNAME(mux_ref_usb3otg_src_p) = { "xin24m",
- "clk_usb3otg_ref" };
+ "clk_ref_usb3otg_src" };
PNAME(mux_xin24m_32k_p) = { "xin24m",
"clk_rtc32k" };
PNAME(mux_mac2io_src_p) = { "clk_mac2io_src",