public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Dominik Haller <d.haller@phytec.de>
To: "neil.armstrong@linaro.org" <neil.armstrong@linaro.org>,
	"Frank.li@nxp.com" <Frank.li@nxp.com>
Cc: "dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"krzysztof.kozlowski+dt@linaro.org"
	<krzysztof.kozlowski+dt@linaro.org>,
	"sam@ravnborg.org" <sam@ravnborg.org>,
	"upstream@phytec.de" <upstream@phytec.de>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"thierry.reding@gmail.com" <thierry.reding@gmail.com>
Subject: Re: [PATCH 2/2] drm/panel: simple: Add EDT ETML1010G0DKA panel
Date: Wed, 8 Apr 2026 21:45:40 +0000	[thread overview]
Message-ID: <293726a8033b8a2a0f9db0a8b2424c6b44698972.camel@phytec.de> (raw)
In-Reply-To: <adRw6sNItxMNEfK6@lizhi-Precision-Tower-5810>

On Mo, 2026-04-06 at 22:50 -0400, Frank Li wrote:
> On Mon, Feb 06, 2023 at 02:20:31PM +0000, Dominik Haller wrote:
> > Hello,
> 
> Neil Armstrong:
> 
> It is quite old. Any reason why not pick this patch?
Hi,

this panel is eol and we've switched to etml1010g3dra and
ph128800t006-zhc01 in our kits.

So this patch can be dropped.

Dominik
> 
> Frank
> > 
> > ping here, this one got forgotten.
> > It still applies on drm-misc-next and v6.2-rc7
> > 
> > 
> > On 18.08.22 14:45, Dominik Haller wrote:
> > > Add support for the EDT ETML1010G0DKA 10.1" 1280x800 LVDS panel.
> > > 
> > > Signed-off-by: Dominik Haller <d.haller@phytec.de>
> > > ---
> > >   drivers/gpu/drm/panel/panel-simple.c | 29
> > > ++++++++++++++++++++++++++++
> > >   1 file changed, 29 insertions(+)
> > > 
> > > diff --git a/drivers/gpu/drm/panel/panel-simple.c
> > > b/drivers/gpu/drm/panel/panel-simple.c
> > > index f9e1f85daef7..9314db24ab51 100644
> > > --- a/drivers/gpu/drm/panel/panel-simple.c
> > > +++ b/drivers/gpu/drm/panel/panel-simple.c
> > > @@ -1779,6 +1779,32 @@ static const struct panel_desc
> > > edt_etml0700y5dha = {
> > >   	.connector_type = DRM_MODE_CONNECTOR_LVDS,
> > >   };
> > > 
> > > +static const struct drm_display_mode edt_etml1010g0dka_mode = {
> > > +	.clock = 70000,
> > > +	.hdisplay = 1280,
> > > +	.hsync_start = 1280 + 100,
> > > +	.hsync_end = 1280 + 100 + 19,
> > > +	.htotal = 1280 + 100 + 19 + 41,
> > > +	.vdisplay = 800,
> > > +	.vsync_start = 800 + 4,
> > > +	.vsync_end = 800 + 4 + 4,
> > > +	.vtotal = 800 + 4 + 4 + 15,
> > > +	.flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC,
> > > +};
> > > +
> > > +static const struct panel_desc edt_etml1010g0dka = {
> > > +	.modes = &edt_etml1010g0dka_mode,
> > > +	.num_modes = 1,
> > > +	.bpc = 8,
> > > +	.size = {
> > > +		.width = 216,
> > > +		.height = 135,
> > > +	},
> > > +	.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
> > > +	.bus_flags = DRM_BUS_FLAG_DE_HIGH,
> > > +	.connector_type = DRM_MODE_CONNECTOR_LVDS,
> > > +};
> > > +
> > >   static const struct drm_display_mode edt_etmv570g2dhu_mode = {
> > >   	.clock = 25175,
> > >   	.hdisplay = 640,
> > > @@ -4057,6 +4083,9 @@ static const struct of_device_id
> > > platform_of_match[] = {
> > >   	}, {
> > >   		.compatible = "edt,etml0700y5dha",
> > >   		.data = &edt_etml0700y5dha,
> > > +	}, {
> > > +		.compatible = "edt,etml1010g0dka",
> > > +		.data = &edt_etml1010g0dka,
> > >   	}, {
> > >   		.compatible = "edt,etmv570g2dhu",
> > >   		.data = &edt_etmv570g2dhu,
> > 
> > 
> > --
> > PHYTEC Messtechnik GmbH | Barcelona-Allee 1 | 55129 Mainz, Germany
> > 
> > Geschäftsführer: Dipl.-Ing. Michael Mitezki, Dipl.-Ing. Bodo Huber
> > |
> > Handelsregister Mainz HRB 4656 | Finanzamt Mainz-Mitte | St.Nr.
> > 266500608, DE 149059855
> > 


  reply	other threads:[~2026-04-08 21:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-18 12:45 [PATCH 1/2] dt-bindings: display: simple: Add EDT ETML1010G0DKA panel Dominik Haller
2022-08-18 12:45 ` [PATCH 2/2] drm/panel: " Dominik Haller
2023-02-06 14:20   ` Dominik Haller
2026-04-07  2:50     ` Frank Li
2026-04-08 21:45       ` Dominik Haller [this message]
2022-08-18 17:08 ` [PATCH 1/2] dt-bindings: display: " Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=293726a8033b8a2a0f9db0a8b2424c6b44698972.camel@phytec.de \
    --to=d.haller@phytec.de \
    --cc=Frank.li@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=neil.armstrong@linaro.org \
    --cc=robh+dt@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=thierry.reding@gmail.com \
    --cc=upstream@phytec.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox