* [PATCH] clk: qcom: Fix MSM8916 prng clock enable bit
@ 2015-08-25 12:27 Georgi Djakov
2015-08-25 18:29 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Georgi Djakov @ 2015-08-25 12:27 UTC (permalink / raw)
To: sboyd
Cc: mturquette, linux-clk, linux-kernel, linux-arm-msm,
stanimir.varbanov, georgi.djakov
Fix the enable bit of the pseudorandom number generator clock.
Reported-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Fixes: 3966fab8b6ab "clk: qcom: Add MSM8916 Global Clock Controller support"
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
---
drivers/clk/qcom/gcc-msm8916.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/qcom/gcc-msm8916.c b/drivers/clk/qcom/gcc-msm8916.c
index 3bf4fb3deef6..22a4e1e732c0 100644
--- a/drivers/clk/qcom/gcc-msm8916.c
+++ b/drivers/clk/qcom/gcc-msm8916.c
@@ -2278,7 +2278,7 @@ static struct clk_branch gcc_prng_ahb_clk = {
.halt_check = BRANCH_HALT_VOTED,
.clkr = {
.enable_reg = 0x45004,
- .enable_mask = BIT(0),
+ .enable_mask = BIT(8),
.hw.init = &(struct clk_init_data){
.name = "gcc_prng_ahb_clk",
.parent_names = (const char *[]){
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] clk: qcom: Fix MSM8916 prng clock enable bit
2015-08-25 12:27 [PATCH] clk: qcom: Fix MSM8916 prng clock enable bit Georgi Djakov
@ 2015-08-25 18:29 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2015-08-25 18:29 UTC (permalink / raw)
To: Georgi Djakov
Cc: mturquette, linux-clk, linux-kernel, linux-arm-msm,
stanimir.varbanov
On 08/25, Georgi Djakov wrote:
> Fix the enable bit of the pseudorandom number generator clock.
>
> Reported-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
> Fixes: 3966fab8b6ab "clk: qcom: Add MSM8916 Global Clock Controller support"
> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
> ---
Applied to clk-next
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-25 18:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 12:27 [PATCH] clk: qcom: Fix MSM8916 prng clock enable bit Georgi Djakov
2015-08-25 18:29 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).