Message ID | 20240123-sa8295p-gpu-v3-4-d5b4474c8f33@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | arm64: dts: qcom: sa8295p: Enable GPU | expand |
On Wed, 24 Jan 2024 at 05:25, Bjorn Andersson <quic_bjorande@quicinc.com> wrote: > > On SA8295P and SA8540P gfx.lvl is not provdied by rpmh, but rather is > handled by an external regulator (max20411). Drop gfx.lvl from the list > of power-domains exposed on this platform. > > Fixes: f68f1cb3437d ("soc: qcom: rpmhpd: add sc8280xp & sa8540p rpmh power-domains") > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > Acked-by: Ulf Hansson <ulf.hansson@linaro.org> > Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> > Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com> I assume you are picking this via your tree? If not, please tell me if I should. Before applying, please amend the prefix of commit message header to be "pmdomain: ..." Kind regards Uffe > --- > drivers/pmdomain/qcom/rpmhpd.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/pmdomain/qcom/rpmhpd.c b/drivers/pmdomain/qcom/rpmhpd.c > index 3078896b1300..27a73ff72614 100644 > --- a/drivers/pmdomain/qcom/rpmhpd.c > +++ b/drivers/pmdomain/qcom/rpmhpd.c > @@ -217,7 +217,6 @@ static struct rpmhpd *sa8540p_rpmhpds[] = { > [SC8280XP_CX] = &cx, > [SC8280XP_CX_AO] = &cx_ao, > [SC8280XP_EBI] = &ebi, > - [SC8280XP_GFX] = &gfx, > [SC8280XP_LCX] = &lcx, > [SC8280XP_LMX] = &lmx, > [SC8280XP_MMCX] = &mmcx, > > -- > 2.25.1 >
On Wed, Jan 24, 2024 at 10:36:34AM +0100, Ulf Hansson wrote: > On Wed, 24 Jan 2024 at 05:25, Bjorn Andersson <quic_bjorande@quicinc.com> wrote: > > > > On SA8295P and SA8540P gfx.lvl is not provdied by rpmh, but rather is > > handled by an external regulator (max20411). Drop gfx.lvl from the list > > of power-domains exposed on this platform. > > > > Fixes: f68f1cb3437d ("soc: qcom: rpmhpd: add sc8280xp & sa8540p rpmh power-domains") > > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > > Acked-by: Ulf Hansson <ulf.hansson@linaro.org> > > Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> > > Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com> > > I assume you are picking this via your tree? If not, please tell me if I should. > That sounds good, thanks. > Before applying, please amend the prefix of commit message header to > be "pmdomain: ..." > Thanks for noticing, I will update accordingly. Regards, Bjorn > Kind regards > Uffe > > > --- > > drivers/pmdomain/qcom/rpmhpd.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/pmdomain/qcom/rpmhpd.c b/drivers/pmdomain/qcom/rpmhpd.c > > index 3078896b1300..27a73ff72614 100644 > > --- a/drivers/pmdomain/qcom/rpmhpd.c > > +++ b/drivers/pmdomain/qcom/rpmhpd.c > > @@ -217,7 +217,6 @@ static struct rpmhpd *sa8540p_rpmhpds[] = { > > [SC8280XP_CX] = &cx, > > [SC8280XP_CX_AO] = &cx_ao, > > [SC8280XP_EBI] = &ebi, > > - [SC8280XP_GFX] = &gfx, > > [SC8280XP_LCX] = &lcx, > > [SC8280XP_LMX] = &lmx, > > [SC8280XP_MMCX] = &mmcx, > > > > -- > > 2.25.1 > >
diff --git a/drivers/pmdomain/qcom/rpmhpd.c b/drivers/pmdomain/qcom/rpmhpd.c index 3078896b1300..27a73ff72614 100644 --- a/drivers/pmdomain/qcom/rpmhpd.c +++ b/drivers/pmdomain/qcom/rpmhpd.c @@ -217,7 +217,6 @@ static struct rpmhpd *sa8540p_rpmhpds[] = { [SC8280XP_CX] = &cx, [SC8280XP_CX_AO] = &cx_ao, [SC8280XP_EBI] = &ebi, - [SC8280XP_GFX] = &gfx, [SC8280XP_LCX] = &lcx, [SC8280XP_LMX] = &lmx, [SC8280XP_MMCX] = &mmcx,