Enable sync_state on sm8550 so that the interconnect votes actually mean
anything and aren't just pinned to INT_MAX.
Fixes: e6f0d6a30f73 ("interconnect: qcom: Add SM8550 interconnect provider driver")
Cc: Konrad Dybcio <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
---
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 629faa4c9aae..fc22cecf650f 100644
--- a/drivers/interconnect/qcom/sm8550.c
+++ b/drivers/interconnect/qcom/sm8550.c
@@ -2223,6 +2223,7 @@ static struct platform_driver qnoc_driver = {
.driver = {
.name = "qnoc-sm8550",
.of_match_table = qnoc_of_match,
+ .sync_state = icc_sync_state,
},
};
---
base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d
change-id: 20240123-topic-sm8550-upstream-icc-sync-state-70759959d3e2
Best regards,
--
Neil Armstrong <[email protected]>
On 1/23/24 09:49, Neil Armstrong wrote:
> Enable sync_state on sm8550 so that the interconnect votes actually mean
> anything and aren't just pinned to INT_MAX.
>
> Fixes: e6f0d6a30f73 ("interconnect: qcom: Add SM8550 interconnect provider driver")
> Cc: Konrad Dybcio <[email protected]>
> Signed-off-by: Neil Armstrong <[email protected]>
> ---
https://lore.kernel.org/linux-arm-msm/[email protected]/
Konrad
On 23/01/2024 18:57, Konrad Dybcio wrote:
>
>
> On 1/23/24 09:49, Neil Armstrong wrote:
>> Enable sync_state on sm8550 so that the interconnect votes actually mean
>> anything and aren't just pinned to INT_MAX.
>>
>> Fixes: e6f0d6a30f73 ("interconnect: qcom: Add SM8550 interconnect provider driver")
>> Cc: Konrad Dybcio <[email protected]>
>> Signed-off-by: Neil Armstrong <[email protected]>
>> ---
>
> https://lore.kernel.org/linux-arm-msm/[email protected]/
>
> Konrad
Ack forgot about it, seems it has been forgotten in the serie
Neil