lkml.org 
[lkml]   [2023]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH v2 01/11] interconnect: qcom: qdu1000: Set ACV enable_mask
    ACV expects an enable_mask corresponding to the APPS RSC, fill it in.

    Fixes: 1f51339f7dd0 ("interconnect: qcom: Add QDU1000/QRU1000 interconnect driver")
    Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
    ---
    drivers/interconnect/qcom/qdu1000.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/interconnect/qcom/qdu1000.c b/drivers/interconnect/qcom/qdu1000.c
    index bf800dd7d4ba..a7392eb73d4a 100644
    --- a/drivers/interconnect/qcom/qdu1000.c
    +++ b/drivers/interconnect/qcom/qdu1000.c
    @@ -769,6 +769,7 @@ static struct qcom_icc_node xs_sys_tcu_cfg = {

    static struct qcom_icc_bcm bcm_acv = {
    .name = "ACV",
    + .enable_mask = BIT(3),
    .num_nodes = 1,
    .nodes = { &ebi },
    };
    --
    2.41.0

    \
     
     \ /
      Last update: 2023-08-12 01:21    [W:5.341 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site