[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251022091351.472331-1-manikandan.m@microchip.com>
Date: Wed, 22 Oct 2025 14:43:48 +0530
From: Manikandan Muralidharan <manikandan.m@...rochip.com>
To: <maarten.lankhorst@...ux.intel.com>, <mripard@...nel.org>,
<tzimmermann@...e.de>, <airlied@...il.com>, <simona@...ll.ch>,
<nicolas.ferre@...rochip.com>, <alexandre.belloni@...tlin.com>,
<claudiu.beznea@...on.dev>, <lee@...nel.org>,
<dri-devel@...ts.freedesktop.org>, <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
CC: <manikandan.m@...rochip.com>, <dharma.b@...rochip.com>
Subject: [PATCH v2 RESEND 0/3] Add LVDS display support and PLL handling
Hi all,
This patch series adds LVDS display support for the Atmel HLCDC driver
and introduces proper handling of the LVDS PLL clock required for such
panels.
The Atmel XLCDC IP supports multiple output types — Parallel RGB, MIPI
DSI, and LVDS. While the existing implementation handles RGB and MIPI
displays using the LCD generic clock (sys_clk), LVDS panels require the
dedicated LVDS PLL clock (lvds_pll_clk).Configuring the LVDS PLL clock
rate automatically based on the panel pixel clock, eliminates the need
for assigned-clock-rates entries in the device tree
Change logs are mentioned in individual patches
Dharma Balasubiramani (2):
drm: atmel-hlcdc: add support for LVDS encoder type
drm: atmel-hlcdc: set LVDS PLL clock rate for LVDS Displays
Manikandan Muralidharan (1):
mfd: atmel-hlcdc: fetch LVDS PLL clock for LVDS display
.../gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 86 +++++++++++++++++--
drivers/mfd/atmel-hlcdc.c | 16 +++-
include/linux/mfd/atmel-hlcdc.h | 1 +
3 files changed, 95 insertions(+), 8 deletions(-)
base-commit: c1a7cc00cd412505e070eb4e62bc0b0ca85243e0
--
2.25.1
Powered by blists - more mailing lists