Re: [PATCH] clk: qcom: fix QCS404 TuringCC regmap

2019-09-09 Thread Stephen Boyd
Quoting Jorge Ramirez-Ortiz (2019-09-06 16:23:46) > The max register is 0x23004 as per the manual (the current > max_register that this commit is fixing is actually out of bounds). > > Signed-off-by: Jorge Ramirez-Ortiz > --- Fixes tag? > drivers/clk/qcom/turingcc-qcs404.c | 2 +- > 1 file cha

[PATCH] clk: qcom: fix QCS404 TuringCC regmap

2019-09-06 Thread Jorge Ramirez-Ortiz
The max register is 0x23004 as per the manual (the current max_register that this commit is fixing is actually out of bounds). Signed-off-by: Jorge Ramirez-Ortiz --- drivers/clk/qcom/turingcc-qcs404.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/qcom/turingcc-q