projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9da49c
)
clk: rockchip: rk3128: Add HCLK_SFC
author
Alex Bee
<knaerzche@gmail.com>
Thu, 6 Jun 2024 14:34:01 +0000
(16:34 +0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Sun, 23 Jun 2024 20:10:43 +0000
(22:10 +0200)
The SFC IP exists only in RK3128 version of the SoC, thus the clock gets
added to rk3128_clk_branches.
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Link:
https://lore.kernel.org/r/20240606143401.32454-6-knaerzche@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3128.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3128.c
b/drivers/clk/rockchip/clk-rk3128.c
index 40e0e4556d599857b47c154d77291847e3c37902..7c3d92af12df7305279affc7e33bb4424a887ffb 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3128.c
+++ b/
drivers/clk/rockchip/clk-rk3128.c
@@
-553,6
+553,7
@@
static struct rockchip_clk_branch rk3128_clk_branches[] __initdata = {
RK2928_CLKSEL_CON(11), 14, 2, MFLAGS, 8, 5, DFLAGS,
RK2928_CLKGATE_CON(3), 15, GFLAGS),
+ GATE(HCLK_SFC, "hclk_sfc", "hclk_peri", 0, RK2928_CLKGATE_CON(7), 1, GFLAGS),
GATE(HCLK_GPS, "hclk_gps", "aclk_peri", 0, RK2928_CLKGATE_CON(3), 14, GFLAGS),
GATE(PCLK_HDMI, "pclk_hdmi", "pclk_cpu", 0, RK2928_CLKGATE_CON(3), 8, GFLAGS),
};