Re: [PATCH 2/3] arm64: dts: qcom: sm8150: Add DISPCC node

From: Marijn Suijten
Date: Wed Dec 28 2022 - 18:11:04 EST


On 2022-12-27 22:16:58, Bjorn Andersson wrote:
> On Mon, Dec 12, 2022 at 10:33:13AM +0100, Konrad Dybcio wrote:
> > [..]
> > + power-domains = <&rpmhpd SM8150_MMCX>;
> > + /* TODO: Maybe rpmhpd_opp_min_svs could work as well? */
>
> The power-domain being not disabled should be sufficient for us to
> access the dispcc. Beyond that votes would be needed for particular
> frequencies, and that goes in the client nodes/opp-tables.
>
> So you should be able to drop this comment and the required-opps.
>
> Regards,
> Bjorn
>
> > + required-opps = <&rpmhpd_opp_low_svs>;

Tested the removal of this on Xperia 5, no regressions.

- Marijn