Re: [PATCH] driver: sifive ccache: enable TRUNKCLOCKGATE and REGIONCLOCKGATE

2024-11-06 Thread Leo Liang
On Wed, Oct 30, 2024 at 03:58:36PM +0800, Nick Hu wrote: > Enable the clock gating bit of ccache when the platform has the ccache0. > > Signed-off-by: Nick Hu > --- > drivers/cache/cache-sifive-ccache.c | 33 ++--- > 1 file changed, 30 insertions(+), 3 deletions(-) Revie

[PATCH] driver: sifive ccache: enable TRUNKCLOCKGATE and REGIONCLOCKGATE

2024-10-30 Thread Nick Hu
Enable the clock gating bit of ccache when the platform has the ccache0. Signed-off-by: Nick Hu --- drivers/cache/cache-sifive-ccache.c | 33 ++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/drivers/cache/cache-sifive-ccache.c b/drivers/cache/cache-si