mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
clk: qcom: Fix MSM8916 prng clock enable bit
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> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
a8cfe8cfd0
commit
1c4b4b0eb1
@ -2278,7 +2278,7 @@ static struct clk_branch gcc_prng_ahb_clk = {
|
|||||||
.halt_check = BRANCH_HALT_VOTED,
|
.halt_check = BRANCH_HALT_VOTED,
|
||||||
.clkr = {
|
.clkr = {
|
||||||
.enable_reg = 0x45004,
|
.enable_reg = 0x45004,
|
||||||
.enable_mask = BIT(0),
|
.enable_mask = BIT(8),
|
||||||
.hw.init = &(struct clk_init_data){
|
.hw.init = &(struct clk_init_data){
|
||||||
.name = "gcc_prng_ahb_clk",
|
.name = "gcc_prng_ahb_clk",
|
||||||
.parent_names = (const char *[]){
|
.parent_names = (const char *[]){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user