Re: [PATCH 05/22] clk: do not disable clock if it is critical

2020-08-03 Thread Simon Glass
On Wed, 29 Jul 2020 at 08:52, Claudiu Beznea wrote: > > Do not disable clock if it is a critical one. > > Signed-off-by: Claudiu Beznea > --- > drivers/clk/clk-uclass.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Simon Glass Please add a sandbox test > > diff --git a/drivers/clk

[PATCH 05/22] clk: do not disable clock if it is critical

2020-07-29 Thread Claudiu Beznea
Do not disable clock if it is a critical one. Signed-off-by: Claudiu Beznea --- drivers/clk/clk-uclass.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/clk/clk-uclass.c b/drivers/clk/clk-uclass.c index b390a6b01c06..958a9490bee2 100644 --- a/drivers/clk/clk-uclass.c +++ b/drivers