From: Manikandan Muralidharan <manikandan.m@microchip.com>
To: <andrzej.hajda@intel.com>, <neil.armstrong@linaro.org>,
<rfoss@kernel.org>, <Laurent.pinchart@ideasonboard.com>,
<jonas@kwiboo.se>, <jernej.skrabec@gmail.com>,
<airlied@gmail.com>, <simona@ffwll.ch>,
<maarten.lankhorst@linux.intel.com>, <mripard@kernel.org>,
<tzimmermann@suse.de>, <robh@kernel.org>, <krzk+dt@kernel.org>,
<conor+dt@kernel.org>, <nicolas.ferre@microchip.com>,
<alexandre.belloni@bootlin.com>, <claudiu.beznea@tuxon.dev>,
<linux@armlinux.org.uk>, <ebiggers@google.com>,
<martin.petersen@oracle.com>, <ardb@kernel.org>, <tytso@mit.edu>,
<dri-devel@lists.freedesktop.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>
Cc: Ryan Wanner <Ryan.Wanner@microchip.com>,
Manikandan Muralidharan <manikandan.m@microchip.com>
Subject: [PATCH 1/6] ARM: dts: microchip: sama7d65: add LCD controller
Date: Wed, 25 Feb 2026 14:24:25 +0530 [thread overview]
Message-ID: <20260225085430.480052-2-manikandan.m@microchip.com> (raw)
In-Reply-To: <20260225085430.480052-1-manikandan.m@microchip.com>
From: Ryan Wanner <Ryan.Wanner@microchip.com>
Add support for LCD controller node
Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
---
arch/arm/boot/dts/microchip/sama7d65.dtsi | 26 +++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
index e21556f46384..b2fe76115aec 100644
--- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
+++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
@@ -278,6 +278,32 @@ sdmmc1: mmc@e1208000 {
status = "disabled";
};
+ xlcdc: lcd-controller@e1400000{
+ compatible = "microchip,sama7d65-xlcdc";
+ reg = <0xe1400000 0x2000>;
+ interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 56>, <&pmc PMC_TYPE_GCK 56>, <&clk32k 1>;
+ clock-names = "periph_clk", "sys_clk", "slow_clk";
+ status = "disabled";
+
+ display-controller {
+ compatible = "atmel,hlcdc-display-controller";
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+ };
+
+ pwm {
+ compatible = "atmel,hlcdc-pwm";
+ #pwm-cells = <3>;
+ };
+ };
+
aes: crypto@e1600000 {
compatible = "microchip,sama7d65-aes", "atmel,at91sam9g46-aes";
reg = <0xe1600000 0x100>;
--
2.25.1
next prev parent reply other threads:[~2026-02-25 8:56 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-25 8:54 [PATCH 0/6] Add LCD and LVDS controller for sama7d65 SoC Manikandan Muralidharan
2026-02-25 8:54 ` Manikandan Muralidharan [this message]
2026-02-27 3:48 ` Claude review: ARM: dts: microchip: sama7d65: add LCD controller Claude Code Review Bot
2026-02-25 8:54 ` [PATCH 2/6] dt-bindings: display: bridge: microchip, sam9x75-lvds: document SAMA7D65 binding Manikandan Muralidharan
2026-02-26 7:44 ` [PATCH 2/6] dt-bindings: display: bridge: microchip,sam9x75-lvds: " Krzysztof Kozlowski
2026-02-27 3:48 ` Claude review: dt-bindings: display: bridge: microchip, sam9x75-lvds: " Claude Code Review Bot
2026-02-25 8:54 ` [PATCH 3/6] ARM: dts: microchip: sama7d65: add LVDS controller Manikandan Muralidharan
2026-02-27 3:48 ` Claude review: " Claude Code Review Bot
2026-02-25 8:54 ` [PATCH 4/6] ARM: configs: at91: sama7: enable DRM hlcdc support Manikandan Muralidharan
2026-02-27 3:48 ` Claude review: " Claude Code Review Bot
2026-02-25 8:54 ` [PATCH 5/6] ARM: configs: at91: sama7: enable config for atmel maxtouch Manikandan Muralidharan
2026-02-27 3:48 ` Claude review: " Claude Code Review Bot
2026-02-25 8:54 ` [PATCH 6/6] ARM: configs: at91: sama7: enable LVDS serializer support Manikandan Muralidharan
2026-02-27 3:48 ` Claude review: " Claude Code Review Bot
2026-02-27 3:48 ` Claude review: Add LCD and LVDS controller for sama7d65 SoC Claude Code Review Bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260225085430.480052-2-manikandan.m@microchip.com \
--to=manikandan.m@microchip.com \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=Ryan.Wanner@microchip.com \
--cc=airlied@gmail.com \
--cc=alexandre.belloni@bootlin.com \
--cc=andrzej.hajda@intel.com \
--cc=ardb@kernel.org \
--cc=claudiu.beznea@tuxon.dev \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=ebiggers@google.com \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=maarten.lankhorst@linux.intel.com \
--cc=martin.petersen@oracle.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=nicolas.ferre@microchip.com \
--cc=rfoss@kernel.org \
--cc=robh@kernel.org \
--cc=simona@ffwll.ch \
--cc=tytso@mit.edu \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox