From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 351D71DFE0F; Sun, 24 Nov 2024 13:36:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732455363; cv=none; b=dY54X8Y1H2bBy04WBLW5pnkV0iVfhJeE6XIRa37/bq/AKdsF4WzKT3AfmsDFJ5nc8u2/9sPj2ED8DQ/yUdi4FyQbhWYllRCA1jAPHuLgaC4LWGSQSJ2nNWv+Frw7QmoNp04xXgiEeijZg9yNQ5QX4FvnahThUSg6L8V7QPlyhtQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732455363; c=relaxed/simple; bh=CoaBSk0RDtcGQxzKDaGecO8qf+wAmLmoES3HG7mGQa0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=WdK9PhSZdoRd2TixnMpuwg9FtqmRPy6DzvvPzBJOwvEJ0OkyNIhMIhktpLffncRBQPv3AxgasTOBdrcMz+nQykvz9Q2YRpx6y3lTtZfEbImVZvjj6Lg0Rkp1u26ap4AgGZDmaE0DNHUu4gfhUqCpGUB9+hZV0IuwRT10MFDCOko= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ESPo5Isd; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ESPo5Isd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67476C4CECC; Sun, 24 Nov 2024 13:36:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1732455362; bh=CoaBSk0RDtcGQxzKDaGecO8qf+wAmLmoES3HG7mGQa0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ESPo5IsdkdSQEgR2t1mmc7kJFT95APJqUU8a7VfwK5nPSZkKhqN1bB53uxvVIrxyY 4sT3DZlRygvX/GpOjGHzkZqqOfL7AC6ZevvLp5r7W+adeBG2u6L44UXkp/YUkAxunK STbtVz2Rx5NsamzaQy6AX42dVcx/KLFXxjDoL/HJcKS7WsuSxoE2Bos811hCfYREJC BverRXpNcNdFO2Zuka7KW0GdmkNq8VQhZurY8isQ1G6Lgr5l82uRu+JuNQUbYk23B0 7wMx6oijy94n9E/h4JjxZ/AjvGY2rFmhsdRSUr2VCtruv0LbzZvQStx4hAbjRDIF9H 4K2pU/F3+d0VQ== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Manikandan Muralidharan , Dharma Balasubiramani , Dmitry Baryshkov , Sasha Levin , neil.armstrong@linaro.org, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.com, simona@ffwll.ch, dri-devel@lists.freedesktop.org Subject: [PATCH AUTOSEL 6.12 055/107] drm/panel: simple: Add Microchip AC69T88A LVDS Display panel Date: Sun, 24 Nov 2024 08:29:15 -0500 Message-ID: <20241124133301.3341829-55-sashal@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241124133301.3341829-1-sashal@kernel.org> References: <20241124133301.3341829-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 6.12.1 Content-Transfer-Encoding: 8bit From: Manikandan Muralidharan [ Upstream commit 40da1463cd6879f542238b36c1148f517927c595 ] Add support for Microchip AC69T88A 5 inch TFT LCD 800x480 Display module with LVDS interface.The panel uses the Sitronix ST7262 800x480 Display driver Signed-off-by: Manikandan Muralidharan Signed-off-by: Dharma Balasubiramani Reviewed-by: Dmitry Baryshkov Link: https://patchwork.freedesktop.org/patch/msgid/20240919091548.430285-2-manikandan.m@microchip.com Signed-off-by: Dmitry Baryshkov Signed-off-by: Sasha Levin --- drivers/gpu/drm/panel/panel-simple.c | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index 86735430462fa..06381c6282097 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -4565,6 +4565,31 @@ static const struct panel_desc yes_optoelectronics_ytc700tlag_05_201c = { .connector_type = DRM_MODE_CONNECTOR_LVDS, }; +static const struct drm_display_mode mchp_ac69t88a_mode = { + .clock = 25000, + .hdisplay = 800, + .hsync_start = 800 + 88, + .hsync_end = 800 + 88 + 5, + .htotal = 800 + 88 + 5 + 40, + .vdisplay = 480, + .vsync_start = 480 + 23, + .vsync_end = 480 + 23 + 5, + .vtotal = 480 + 23 + 5 + 1, +}; + +static const struct panel_desc mchp_ac69t88a = { + .modes = &mchp_ac69t88a_mode, + .num_modes = 1, + .bpc = 8, + .size = { + .width = 108, + .height = 65, + }, + .bus_flags = DRM_BUS_FLAG_DE_HIGH, + .bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA, + .connector_type = DRM_MODE_CONNECTOR_LVDS, +}; + static const struct drm_display_mode arm_rtsm_mode[] = { { .clock = 65000, @@ -5048,6 +5073,9 @@ static const struct of_device_id platform_of_match[] = { }, { .compatible = "yes-optoelectronics,ytc700tlag-05-201c", .data = &yes_optoelectronics_ytc700tlag_05_201c, + }, { + .compatible = "microchip,ac69t88a", + .data = &mchp_ac69t88a, }, { /* Must be the last entry */ .compatible = "panel-dpi", -- 2.43.0