From patchwork Sun Mar 17 15:57:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13594558 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 83B9DC54E60 for ; Sun, 17 Mar 2024 15:57:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8F56910EDE8; Sun, 17 Mar 2024 15:57:50 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ECof+i1S"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id C470810EDE8 for ; Sun, 17 Mar 2024 15:57:49 +0000 (UTC) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 0A8D1D01; Sun, 17 Mar 2024 16:57:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1710691043; bh=25i5J1kFlZfTTly5Ul2J+vToXqh5dRGaBYCuadqfxts=; h=From:To:Cc:Subject:Date:From; b=ECof+i1SV7j9dDYv3YPTZhiOsBLLbtOKxV/LUlbxFhzMxB6ArZox9moy29j0uv+Fa ZC+oaUHSN9WyFNSFr5LcaW2p4MtP3u7EIcyMwxIv4WmJRzn2RCx8rvDWlm6zWhxLLD QeZ3ZhignCmuO0IT/grqOUK2KUE+zJPHeutHIMFo= From: Laurent Pinchart To: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Cc: Neil Armstrong , Jessica Zhang , Sam Ravnborg , Rob Herring , Krzysztof Kozlowski , Conor Dooley Subject: [PATCH 0/2] drm/panel: Add Startek KD050HDFIA020-C020A support Date: Sun, 17 Mar 2024 17:57:44 +0200 Message-ID: <20240317155746.23034-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 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" Hello, This small series adds support for the Startek KD050HDFIA020-C020A panel to the ilitek-ili9881c driver. There's not much special here, patch 1/2 addresses the DT binding and patch 2/2 the driver. Please see individual patches for details. The series has been tested witha Compulab SB-UCM-iMX8MPLUS carrier board. Laurent Pinchart (2): dt-bindings: ili9881c: Add Startek KD050HDFIA020-C020A support drm/panel: ilitek-ili9881c: Add Startek KD050HDFIA020-C020A support .../display/panel/ilitek,ili9881c.yaml | 1 + drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 222 ++++++++++++++++++ 2 files changed, 223 insertions(+)