Re: [PATCH 1/3] dt-bindings: display: msm: Allow two MDSS power domains

From: Konrad Dybcio

Date: Mon Jul 20 2026 - 04:50:22 EST


On 7/20/26 10:43 AM, Yongxing Mou wrote:
> Kaanapali (SM8750) and Glymur use two display power domains.
> CORE_GDSC powers the main display hardware while INT2_GDSC
> powers a subset of SSPP blocks.

Can they operate independently? Does INT2_GDSC need to be
powered on after CORE_GDSC?

If so, perhaps changing the clock driver to make CORE a parent
of INT2 could be the simpler solution

Konrad