[PATCH] firmware: ti_sci: allow frequency change for disabled clocks by default

2020-09-07 Thread Tero Kristo
If a clock is disabled, its frequency should be allowed to change as it is no longer in use. Add a flag towards this to the firmware clock API handler routines. Tested-by: Tomi Valkeinen Signed-off-by: Tero Kristo --- drivers/firmware/ti_sci.c | 6 -- 1 file changed, 4 insertions(+), 2

Re: [PATCH] firmware: ti_sci: allow frequency change for disabled clocks by default

2020-09-07 Thread Nishanth Menon
On 14:03-20200907, Tero Kristo wrote: > If a clock is disabled, its frequency should be allowed to change as > it is no longer in use. Add a flag towards this to the firmware clock > API handler routines. > > Tested-by: Tomi Valkeinen > Signed-off-by: Tero Kristo > --- >