From patchwork Mon Jul 1 08:58:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manikandan Muralidharan X-Patchwork-Id: 13717693 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 754C2C2BD09 for ; Mon, 1 Jul 2024 08:59:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7EE1A10E154; Mon, 1 Jul 2024 08:59:17 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.b="xCTAsNKT"; dkim-atps=neutral Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6058910E14B for ; Mon, 1 Jul 2024 08:59:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1719824355; x=1751360355; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=sabomtZUjVsNbbWpDbVJPR/Q2916OvcV2yNhBaRDqMk=; b=xCTAsNKTn9fvripQk4P44bVaUXdiDvccc0qq3/+iAxwx8Pi59aMGJiGS iMhyQd8FjhgfbpcAYEvBK1gafewQWtz7gkvWEFtVbz27QqnuN0gabp3jN DZbFjcSvZC6iYz2+uuWvkwwU3imU/Za9dijame4vQ0ndYP6L/HQv5CBfr MBupfVcNK2oS+vdGQUtQhX3X5ZDbLU1l6liig5v1Licr0AJnK5oxpjRsp VncetC6MlwiQA+NfgYlr6GVimIQFw9iQlpC5hRdBjmZokkSuI2PIMU0L1 CTYGMc6KIvpwWX0Pp3sDo+g3YAujsYc4USuewJXHs8Z4SYt+XH8AdfydS Q==; X-CSE-ConnectionGUID: T3Ozs11LSS25nP8hYlNUig== X-CSE-MsgGUID: e2+G/LfdTWWlbtGRJ2gvXQ== X-IronPort-AV: E=Sophos;i="6.09,175,1716274800"; d="scan'208";a="29328369" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 01 Jul 2024 01:59:14 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Mon, 1 Jul 2024 01:58:45 -0700 Received: from che-lt-i67131.microchip.com (10.10.85.11) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Mon, 1 Jul 2024 01:58:39 -0700 From: Manikandan Muralidharan To: , , , , , , , , , , , , , , , CC: Subject: [PATCH v2 0/3] Panel HIMAX support for Microchip's AC40T08A MIPI display Date: Mon, 1 Jul 2024 14:28:34 +0530 Message-ID: <20240701085837.50855-1-manikandan.m@microchip.com> X-Mailer: git-send-email 2.25.1 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" This patch series adds panel himax display controller support for the Microchip's AC40T08A MIPI display. yaml file is validated using the following commands make dt_binding_check DT_SCHEMA_FILES= make CHECK_DTBS=y DT_SCHEMA_FILES= Changelogs are available in respective patches. Manikandan Muralidharan (3): dt-bindings: display: himax-hx8394: Add Microchip AC40T08A MIPI Display panel drm/panel: himax-hx8394: switch to devm_gpiod_get_optional() for reset_gpio drm/panel: himax-hx8394: Add Support for Microchip AC40T08A MIPI Display Panel .../bindings/display/panel/himax,hx8394.yaml | 17 +- drivers/gpu/drm/panel/panel-himax-hx8394.c | 153 +++++++++++++++++- 2 files changed, 165 insertions(+), 5 deletions(-)