Re: [PATCH v2 2/3] drm: panel: Add LG SW49410 Panel

From: David Heidelberg
Date: Tue Dec 16 2025 - 07:58:07 EST


On 16/09/2025 04:32, Paul Sajna wrote:
From: Amir Dahan <system64fumo@xxxxxxxxxxxxxx>

Added panel driver used by LG G7 ThinQ (judyln)

Signed-off-by: Amir Dahan <system64fumo@xxxxxxxxxxxxxx>
Co-developed-by: Paul Sajna <sajattack@xxxxxxxxxxxxxxxx>
Signed-off-by: Paul Sajna <sajattack@xxxxxxxxxxxxxxxx>
---
drivers/gpu/drm/panel/Kconfig | 13 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-lg-sw49410.c | 502 +++++++++++++++++++++++++++++++
3 files changed, 516 insertions(+)


Hello Paul,

I've looked into the driver and device-tree for judyln, I think there is at least missing support for two labibb supplies. This DDIC driver thus should have at least 2 regulators (maybe three?).

This implies:
- driver needs to enable regulators to work properly (if you don't workaround it with `regulator-always-on`, which isn't right)
- this driver is unlikely handled by simple panel

David