]> git.dujemihanovic.xyz Git - u-boot.git/commit
soc: qcom: rpmh-rsc: add back __tcs_set_trigger() for SM8550/SM8650
authorNeil Armstrong <neil.armstrong@linaro.org>
Tue, 3 Sep 2024 16:13:30 +0000 (18:13 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 6 Sep 2024 08:47:46 +0000 (10:47 +0200)
commitfdbd2fa400f5cb994d7c686cdb665b4c601796d8
tree7451ecee157f37ecb04dd07ac8942feaba9cd812
parenta01ed791c9d16ec07c02deb94dd9732df6eab96a
soc: qcom: rpmh-rsc: add back __tcs_set_trigger() for SM8550/SM8650

The TCS writes has no effect after the removal of the __tcs_set_trigger()
call, obviously it seems the RSC version 3 requires it to complete the transactions.

Fixes: 80c5be164ad ("soc: qcom: rpmh-rsc: drop unused multi-threading and non-active TCS support")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Tested-by: Caleb Connolly <caleb.connolly@linaro.org> # sm8250 rb5
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/soc/qcom/rpmh-rsc.c