Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1281779
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | "jianqun.xu" <jay.xu@rock-chips.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH] clk: rockchip: rk3368: protect aclk_bus and aclk_peri clocks |
| Date | Wed, 02 Dec 2015 14:30:01 +0100 |
| Message-ID | <qBfDP-7IL-7@gated-at.bofh.it> (permalink) |
| X-Original-To | heiko@sntech.de |
| X-263anti-Spam | KSV:0; |
| X-Mail-Delivery | 1 |
| X-Abs-Checked | 4 |
| X-Rl-Sender | jay.xu@rock-chips.com |
| X-Fst-To | heiko@sntech.de |
| X-Sender-IP | 58.22.7.114 |
| X-Login-Name | jay.xu@rock-chips.com |
| X-Unique-Tag | <0de4740c3816491dabc6356956c4b618> |
| X-Sender | xjq@rock-chips.com |
| X-Mailer | git-send-email 1.9.1 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 33 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | huangtao@rock-chips.com, mturquette@baylibre.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Jianqun xu <jay.xu@rock-chips.com> |
| X-Original-Date | Wed, 2 Dec 2015 21:22:31 +0800 |
| X-Original-Message-ID | <1449062551-2498-1-git-send-email-jay.xu@rock-chips.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1281779 |
Show key headers only | View raw
From: Jianqun xu <jay.xu@rock-chips.com>
Add aclk_bus and aclk_peri to the list of rk3368 critical clocks,
which are the base clocks that supply for all peripherals, never
to be disabled automatically.
Signed-off-by: Jianqun xu <jay.xu@rock-chips.com>
---
drivers/clk/rockchip/clk-rk3368.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/clk/rockchip/clk-rk3368.c b/drivers/clk/rockchip/clk-rk3368.c
index 7e6b783..cd9d4aa 100644
--- a/drivers/clk/rockchip/clk-rk3368.c
+++ b/drivers/clk/rockchip/clk-rk3368.c
@@ -819,6 +819,8 @@ static struct rockchip_clk_branch rk3368_clk_branches[] __initdata = {
};
static const char *const rk3368_critical_clocks[] __initconst = {
+ "aclk_bus",
+ "aclk_peri",
"pclk_pd_pmu",
};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] clk: rockchip: rk3368: protect aclk_bus and aclk_peri clocks "jianqun.xu" <jay.xu@rock-chips.com> - 2015-12-02 14:30 +0100
Re: [PATCH] clk: rockchip: rk3368: protect aclk_bus and aclk_peri clocks Heiko Stübner <heiko@sntech.de> - 2015-12-03 00:40 +0100
Re: [PATCH] clk: rockchip: rk3368: protect aclk_bus and aclk_peri clocks Jianqun Xu <jay.xu@rock-chips.com> - 2015-12-03 01:40 +0100
csiph-web