Re: [PATCH 1/4] clk/qcom: apq8016: add PRNG_AHB_CLK

2025-01-31 Thread Neil Armstrong
On 27/01/2025 08:48, Sam Day wrote: This clock needs to be enabled for the msm-rng driver to work on MSM8916, otherwise accessing the PRNG register block causes a data abort. Signed-off-by: Sam Day --- drivers/clk/qcom/clock-apq8016.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-

[PATCH 1/4] clk/qcom: apq8016: add PRNG_AHB_CLK

2025-01-26 Thread Sam Day
This clock needs to be enabled for the msm-rng driver to work on MSM8916, otherwise accessing the PRNG register block causes a data abort. Signed-off-by: Sam Day --- drivers/clk/qcom/clock-apq8016.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/clk/qcom/clock-a