Re: [PATCH 2/3] drm/tidss: Power up attached PM domains on probe
From: Swamil Jain
Date: Mon Nov 17 2025 - 00:14:38 EST
Hi Francesco,
On 11/14/25 21:09, Francesco Dolcini wrote:
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
Thanks for pointing, will add.
Regards,
Swamil.
Francesco