Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1724738 > unrolled thread

[PATCH v1 3/3] clk: rockchip: rk3126: add sclk_timer5 as critical clock

Started byElaine Zhang <zhangqing@rock-chips.com>
First post2017-09-01 04:10 +0200
Last post2017-09-01 04:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v1 3/3] clk: rockchip: rk3126: add sclk_timer5 as critical clock Elaine Zhang <zhangqing@rock-chips.com> - 2017-09-01 04:10 +0200

#1724738 — [PATCH v1 3/3] clk: rockchip: rk3126: add sclk_timer5 as critical clock

FromElaine Zhang <zhangqing@rock-chips.com>
Date2017-09-01 04:10 +0200
Subject[PATCH v1 3/3] clk: rockchip: rk3126: add sclk_timer5 as critical clock
Message-ID<ukJzb-5GI-9@gated-at.bofh.it>
sclk_timer5 is for arm arch counter, so need always on.
but no dts node to handle this clk, so make it as critical clock

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
 drivers/clk/rockchip/clk-rk3128.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/rockchip/clk-rk3128.c b/drivers/clk/rockchip/clk-rk3128.c
index ce02d2cff608..5970a50671b9 100644
--- a/drivers/clk/rockchip/clk-rk3128.c
+++ b/drivers/clk/rockchip/clk-rk3128.c
@@ -578,6 +578,7 @@ enum rk3128_plls {
 	"hclk_peri",
 	"pclk_peri",
 	"pclk_pmu",
+	"sclk_timer5",
 };
 
 static struct rockchip_clk_provider *__init rk3128_common_clk_init(struct device_node *np)
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web