[PATCH v1] drm/panel: simple: Add Kyocera tcg070wvlq panel

Heiko Schocher posted 1 patch 3 days, 20 hours ago
drivers/gpu/drm/panel/panel-simple.c | 3 +++
1 file changed, 3 insertions(+)
[PATCH v1] drm/panel: simple: Add Kyocera tcg070wvlq panel
Posted by Heiko Schocher 3 days, 20 hours ago
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
Re: [PATCH v1] drm/panel: simple: Add Kyocera tcg070wvlq panel
Posted by Neil Armstrong 2 days, 12 hours ago
Hi,

On Tue, 21 Jul 2026 06:19:32 +0200, Heiko Schocher wrote:
> 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.
> 
> [...]

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/1] drm/panel: simple: Add Kyocera tcg070wvlq panel
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/900517da69afca6f72dacf14278aee3b65275507

-- 
Neil
Re: [PATCH v1] drm/panel: simple: Add Kyocera tcg070wvlq panel
Posted by Neil Armstrong 3 days, 9 hours ago
On 7/21/26 06:19, Heiko Schocher wrote:
> 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
> 

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

Thanks,
Neil