mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1] drm/panel: simple: Add Kyocera tcg070wvlq panel
@ 2026-07-21  4:19 Heiko Schocher
  2026-07-21 15:26 ` Neil Armstrong
  2026-07-22 12:15 ` Neil Armstrong
  0 siblings, 2 replies; 3+ messages in thread
From: Heiko Schocher @ 2026-07-21  4:19 UTC (permalink / raw)
  To: linux-kernel
  Cc: Heiko Schocher, David Airlie, Jessica Zhang, Maarten Lankhorst,
	Maxime Ripard, Neil Armstrong, Oleksij Rempel, Simona Vetter,
	Thomas Zimmermann, dri-devel

Commit 922fb2db0287 ("dt-bindings: display: simple: Add Kyocera
tcg070wvlq panel") added the compatible string for the Kyocera
tcg070wvlq panel to the devicetree bindings documentation
(panel-simple.yaml), but the corresponding entry was not added
to the panel-simple driver.

Add the missing compatible entry to the driver.

Signed-off-by: Heiko Schocher <hs@nabladev.com>
---

 drivers/gpu/drm/panel/panel-simple.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index c09bf3db5e78..caef94e5f384 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -5909,6 +5909,9 @@ static const struct of_device_id platform_of_match[] = {
 	}, {
 		.compatible = "koe,tx31d200vm0baa",
 		.data = &koe_tx31d200vm0baa,
+	}, {
+		.compatible = "kyo,tcg070wvlq",
+		.data = &lg_lb070wv8,
 	}, {
 		.compatible = "kyo,tcg121xglp",
 		.data = &kyo_tcg121xglp,
---
base-commit: b95f03f04d475aa6719d15a636ddf32222d55657
branch: abb-display-v1

-- 
2.55.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-22 12:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21  4:19 [PATCH v1] drm/panel: simple: Add Kyocera tcg070wvlq panel Heiko Schocher
2026-07-21 15:26 ` Neil Armstrong
2026-07-22 12:15 ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®