From mboxrd@z Thu Jan 1 00:00:00 1970 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 54683EFD20E for ; Wed, 25 Feb 2026 08:55:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A772410E71B; Wed, 25 Feb 2026 08:55:53 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.b="k9bHtrI0"; dkim-atps=neutral Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by gabe.freedesktop.org (Postfix) with ESMTPS id CE50610E71B for ; Wed, 25 Feb 2026 08:55:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1772009753; x=1803545753; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=i46Qb3s6eVAXm1sSFvp5MLg6SJ5Diz0ziosLJaMA1uQ=; b=k9bHtrI06DBMc2w2x8xST/c0ZGYXSzqzP7t/NedX1PgfpK2Tb/6wU60C +MrRuqb7I/XFwuRDRjYqGAoVPc55K0UPOiBiE5VT1MBKIWZwAXXfrnlf4 z5Iv7VCXHzOBWXUB8pBYh1cq6U7HvFZzUqE9o1xnJYZfEJAekUafVgePL +RVYsWh5UqDYaJmtq16/p28Q3wPKxgVVHuVmf1zG+pq7VHV7F0hMsLY5Z qBSUGFS/Oqr3HyoaXRggeMtWMhJxVHeBg1y7ajbaE+Exd5dTYuNsW0kQ3 zzXggFKSD8o1JcXOPBFJf1FqM5ATlk+Q1VLDrNScg2dm0nQeewdDrFaiU g==; X-CSE-ConnectionGUID: neVyK9f3SAikpi5vvw2F3w== X-CSE-MsgGUID: ua4dCAt0RTCj+aj0j49NbQ== X-IronPort-AV: E=Sophos;i="6.21,310,1763449200"; d="scan'208";a="53830037" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2026 01:55:51 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.87.152) by chn-vm-ex4.mchp-main.com (10.10.87.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.2.2562.35; Wed, 25 Feb 2026 01:55:39 -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.58 via Frontend Transport; Wed, 25 Feb 2026 01:55:30 -0700 From: Manikandan Muralidharan To: , , , , , , , , , , , , , , , , , , , , , , , , , CC: Manikandan Muralidharan Subject: [PATCH 0/6] Add LCD and LVDS controller for sama7d65 SoC Date: Wed, 25 Feb 2026 14:24:24 +0530 Message-ID: <20260225085430.480052-1-manikandan.m@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain 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 support for image subsystem nodes like LCD and LVDS controller in sama7d65 SoC with binidngs. Also takes care of enabling the required configs. Aubin Constans (1): ARM: configs: at91: sama7: enable LVDS serializer support Manikandan Muralidharan (1): dt-bindings: display: bridge: microchip,sam9x75-lvds: document SAMA7D65 binding Romain Sioen (1): ARM: configs: at91: sama7: enable config for atmel maxtouch Ryan Wanner (3): ARM: dts: microchip: sama7d65: add LCD controller ARM: dts: microchip: sama7d65: add LVDS controller ARM: configs: at91: sama7: enable DRM hlcdc support .../bridge/microchip,sam9x75-lvds.yaml | 6 +++- arch/arm/boot/dts/microchip/sama7d65.dtsi | 35 +++++++++++++++++++ arch/arm/configs/sama7_defconfig | 10 ++++++ 3 files changed, 50 insertions(+), 1 deletion(-) base-commit: 7dff99b354601dd01829e1511711846e04340a69 -- 2.25.1