On 08/09/2022 16:38, Doug Anderson wrote: > > From looking at the source code of Linux: > > * allow-set-load basically says whether the core regulator framework > even pays attention when drivers specify how much load they're using. > > * On RPM then if allow-set-load is set then we'll sum up all of the > load requests from clients and pass it to hardware. > > * On RPMH, if allow-set-load is set then we'll sum up all the load > requests, translate that to a mode, validate it against the set of > "allowable" modes, and if it's valid then pass it to hardware. OK, makes sense. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof