Re: [PATCH 1/2] drm/panel: panel-simple: Add Sharp LQ070Y3LG05

From: Daniel Schultz
Date: Mon Nov 24 2025 - 08:53:45 EST


On 11/24/25 13:51, Maxime Ripard wrote:
On Mon, Nov 24, 2025 at 04:39:37AM -0800, Daniel Schultz wrote:
Add the Sharp LQ070Y3LG05 7" WVGA lanscape LVDS RGB TFT-LCD panel.

Signed-off-by: Daniel Schultz <d.schultz@xxxxxxxxx>
---
drivers/gpu/drm/panel/panel-simple.c | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Any reason to use panel-simple over panel-lvds?

I didn't know panel-lvds exist. I just convert these timings to panel-lvds and works fine, too. Thanks!

I don't plan to send my device-tree with the new timings included in the near future. Should or can I already add this panel as compatible to panel-simple.yaml?

- Daniel


Maxime