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


Groups > linux.kernel > #1594243

[PATCH v2 5/5] clk: rockchip: rk3368: add some clks as critical

From Elaine Zhang <zhangqing@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v2 5/5] clk: rockchip: rk3368: add some clks as critical
Date 2017-03-07 14:50 +0100
Message-ID <tinF0-8c0-5@gated-at.bofh.it> (permalink)
References <tilaa-6G6-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


make pclk_pd_alive, pclk_peri, hclk_peri as critical

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

diff --git a/drivers/clk/rockchip/clk-rk3368.c b/drivers/clk/rockchip/clk-rk3368.c
index 139d418f448e..024762d3214d 100644
--- a/drivers/clk/rockchip/clk-rk3368.c
+++ b/drivers/clk/rockchip/clk-rk3368.c
@@ -858,6 +858,9 @@ enum rk3368_plls {
 	 */
 	"pclk_pwm1",
 	"pclk_pd_pmu",
+	"pclk_pd_alive",
+	"pclk_peri",
+	"hclk_peri",
 };
 
 static void __init rk3368_clk_init(struct device_node *np)
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/5] clk: rockchip: fix up the clk for RK3368 SoC  Elaine Zhang <zhangqing@rock-chips.com> - 2017-03-07 12:10 +0100
  [PATCH v2 3/5] clk: rockchip: add clock ids for timer10-15 of RK3368 SoCs Elaine Zhang <zhangqing@rock-chips.com> - 2017-03-07 12:10 +0100
  [PATCH v2 5/5] clk: rockchip: rk3368: add some clks as critical Elaine Zhang <zhangqing@rock-chips.com> - 2017-03-07 14:50 +0100
  Re: [PATCH v2 0/5] clk: rockchip: fix up the clk for RK3368 SoC Heiko Stübner <heiko@sntech.de> - 2017-03-10 11:50 +0100

csiph-web