On 12.08.2023 01:20, Konrad Dybcio wrote: > In the downstream kernel, ACV enable_mask has not been mentioned > explicitly, rather being handled by a sneaky if-condition [1], [2]. > > Add it to all RPMh platforms to actually enable that BCM. > > Based atop [3]. > > [1] https://git.codelinaro.org/clo/la/kernel/msm-4.19/-/blob/LA.UM.10.2.1.c25/drivers/soc/qcom/msm_bus/msm_bus_arb_rpmh.c#L556-567 > [2] https://git.codelinaro.org/clo/la/kernel/msm-4.19/-/blob/LA.UM.10.2.1.c25/drivers/soc/qcom/msm_bus/msm_bus_arb_rpmh.c#L475-495 > [3] https://lore.kernel.org/linux-arm-msm/20230811-topic-icc_retire_macrosd-v1-0-c03aaeffc769@xxxxxxxxxx/T/#t > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > --- > Changes in v2: > - Remove the define and use raw BIT(3) as the APPS mask may change (Mike) > - Pick up tags (Bjorn) Whoops sorry, there were no tags (and none were picked up)! Konrad