On 16/09/2025 04:32, Paul Sajna wrote:
From: Amir Dahan <[email protected]>

Added panel driver used by LG G7 ThinQ (judyln)

Signed-off-by: Amir Dahan <[email protected]>
Co-developed-by: Paul Sajna <[email protected]>
Signed-off-by: Paul Sajna <[email protected]>
---
  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

Reply via email to