Message ID | 20231218-topic-8550_fixes-v1-2-ce1272d77540@linaro.org (mailing list archive) |
---|---|
State | Handled Elsewhere, archived |
Headers | show |
Series | 8550 fixups | expand |
On Mon, Dec 18, 2023 at 05:02:03PM +0100, Konrad Dybcio wrote: > To ensure the interconnect votes are actually meaningful and in order to > prevent holding all buses at FMAX, introduce the sync state callback. > > Fixes: e6f0d6a30f73 ("interconnect: qcom: Add SM8550 interconnect provider driver") > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Bjorn Andersson <andersson@kernel.org> Regards, Bjorn > --- > drivers/interconnect/qcom/sm8550.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/interconnect/qcom/sm8550.c b/drivers/interconnect/qcom/sm8550.c > index abc52ad3d1f2..4d0e6fa9e003 100644 > --- a/drivers/interconnect/qcom/sm8550.c > +++ b/drivers/interconnect/qcom/sm8550.c > @@ -1649,6 +1649,7 @@ static struct platform_driver qnoc_driver = { > .driver = { > .name = "qnoc-sm8550", > .of_match_table = qnoc_of_match, > + .sync_state = icc_sync_state, > }, > }; > > > -- > 2.43.0 >
diff --git a/drivers/interconnect/qcom/sm8550.c b/drivers/interconnect/qcom/sm8550.c index abc52ad3d1f2..4d0e6fa9e003 100644 --- a/drivers/interconnect/qcom/sm8550.c +++ b/drivers/interconnect/qcom/sm8550.c @@ -1649,6 +1649,7 @@ static struct platform_driver qnoc_driver = { .driver = { .name = "qnoc-sm8550", .of_match_table = qnoc_of_match, + .sync_state = icc_sync_state, }, };
To ensure the interconnect votes are actually meaningful and in order to prevent holding all buses at FMAX, introduce the sync state callback. Fixes: e6f0d6a30f73 ("interconnect: qcom: Add SM8550 interconnect provider driver") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- drivers/interconnect/qcom/sm8550.c | 1 + 1 file changed, 1 insertion(+)