Re: [PATCH 2/3] drm/tidss: Power up attached PM domains on probe

From: Francesco Dolcini

Date: Fri Nov 14 2025 - 10:39:36 EST


Hello Swamil,
thanks for the patch.

On Fri, Nov 14, 2025 at 12:13:35PM +0530, Swamil Jain wrote:
> From: Devarsh Thakkar <devarsht@xxxxxx>
>
> Some SoC's such as AM62P have dedicated power domains
> for OLDI which need to be powered on separately along
> with display controller.
>
> So during driver probe, power up all attached PM domains
> enumerated in devicetree node for DSS.
>
> This also prepares base to add display support for AM62P.
>
> Signed-off-by: Devarsh Thakkar <devarsht@xxxxxx>
> [j-choudhary@xxxxxx: fix PM call sequence causing kernel crash in OLDI]
> Signed-off-by: Jayesh Choudhary <j-choudhary@xxxxxx>

you need to add your signed-off-by at the end

Francesco