From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A7F18C3DA61 for ; Wed, 24 Jul 2024 07:22:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8976E10E1C7; Wed, 24 Jul 2024 07:22:26 +0000 (UTC) Received: from mail.3ffe.de (0001.3ffe.de [159.69.201.130]) by gabe.freedesktop.org (Postfix) with ESMTPS id 607F110E1C7 for ; Wed, 24 Jul 2024 07:22:23 +0000 (UTC) Received: from localhost (unknown [IPv6:2a02:810b:4340:4ee9:4685:ff:fe12:5967]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id 1DC9C4FEC; Wed, 24 Jul 2024 09:22:21 +0200 (CEST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 24 Jul 2024 09:22:20 +0200 Message-Id: Subject: Re: [PATCH 2/2] drm/panel/panel-ilitek-ili9806e: Add Densitron DMT028VGHMCMI-1D TFT to ILI9806E DSI TCON driver Cc: "Conor Dooley" , "Daniel Vetter" , "David Airlie" , "Jessica Zhang" , "Krzysztof Kozlowski" , "Maarten Lankhorst" , "Maxime Ripard" , "Neil Armstrong" , "Rob Herring" , "Thomas Zimmermann" , From: "Michael Walle" To: "Marek Vasut" , X-Mailer: aerc 0.16.0 References: <20240724005700.196073-1-marex@denx.de> <20240724005700.196073-2-marex@denx.de> In-Reply-To: <20240724005700.196073-2-marex@denx.de> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" > Add Densitron DMT028VGHMCMI-1D 480x640 TFT matrix 2.83 inch panel > attached to Ilitek ILI9806E DSI TCON into the ILI9806E driver. > > Note that the Densitron panels use different TCONs, this driver is for > the later panel, use panel-ilitek-st7701.c for the former panel: > DMT028VGHMCMI-1A - ST7701 > DMT028VGHMCMI-1D - ILI9806E > > Signed-off-by: Marek Vasut Reviewed-by: Michael Walle -michael