diff options
| author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-08-12 01:20:51 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-11-20 11:52:11 +0100 |
| commit | bf7039825f04e3836a83c90110eee2714de321a7 (patch) | |
| tree | ed58f35033c0910b0c69b9ca1616c64620434d0d /drivers/interconnect | |
| parent | d39e3249c04cc054da61aabd0e77f5adb27d9e53 (diff) | |
| download | linux-bf7039825f04e3836a83c90110eee2714de321a7.tar.gz linux-bf7039825f04e3836a83c90110eee2714de321a7.tar.bz2 linux-bf7039825f04e3836a83c90110eee2714de321a7.zip | |
interconnect: qcom: sm6350: Set ACV enable_mask
[ Upstream commit fe7a3abf4111992af3de51d22383a8e8a0affe1e ]
ACV expects an enable_mask corresponding to the APPS RSC, fill it in.
Fixes: 6a6eff73a954 ("interconnect: qcom: Add SM6350 driver support")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230811-topic-acv-v2-8-765ad70e539a@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/interconnect')
| -rw-r--r-- | drivers/interconnect/qcom/sm6350.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/interconnect/qcom/sm6350.c b/drivers/interconnect/qcom/sm6350.c index 8a33a39f1326..aae4b43b730c 100644 --- a/drivers/interconnect/qcom/sm6350.c +++ b/drivers/interconnect/qcom/sm6350.c @@ -144,6 +144,7 @@ DEFINE_QNODE(xs_sys_tcu_cfg, SM6350_SLAVE_TCU, 1, 8); static struct qcom_icc_bcm bcm_acv = { .name = "ACV", + .enable_mask = BIT(3), .keepalive = false, .num_nodes = 1, .nodes = { &ebi }, |
