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 0AC2EEFD20F for ; Wed, 25 Feb 2026 08:57:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 668DA10E724; Wed, 25 Feb 2026 08:57:14 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.b="jON1/RGG"; 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 6922F10E724 for ; Wed, 25 Feb 2026 08:57:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1772009833; x=1803545833; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=hETeU/hyyDiwOujFRlHAVoyIbo34onNI4Jg8OLACaz8=; b=jON1/RGGbfR80cYx0dM0C3GJMoEAwy5ftsSiRJxcNiRJ/tJZTkQeG9vF /Gia0F2PN6qq1eZAw4F6VyEwckls+HkRbVKYP9wFaqvR6GL11hwl/fWQ0 +kL5E8f4PobMgrwBb6aDlDtB5zWktZVlfGbxv+xv2itY/MlToLwh3gSWP Tyd10y93X0TTz036p3VCT+UKMuWBuH734znc8H/yAkeYRnlUCIHPTj6dO 2R2ekmxhAgRO4StnEZuVpo0ZP9yCeb/IzsQZMXw/LaScEdx3i/b013IsH 4z6gdx//5VkoT47Yxt2BGevfn/2GqLrvQeoDFTjVYDToz57/thyvOyhnG g==; X-CSE-ConnectionGUID: pcieN23YRomtc3AdpeaIbA== X-CSE-MsgGUID: es+Ij8gcTD+YURvdwCwnPQ== X-IronPort-AV: E=Sophos;i="6.21,310,1763449200"; d="scan'208";a="61258828" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa1.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 25 Feb 2026 01:57:12 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.58; Wed, 25 Feb 2026 01:56:42 -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:56:31 -0700 From: Manikandan Muralidharan To: , , , , , , , , , , , , , , , , , , , , , , , , , CC: Aubin Constans , Manikandan Muralidharan Subject: [PATCH 6/6] ARM: configs: at91: sama7: enable LVDS serializer support Date: Wed, 25 Feb 2026 14:24:30 +0530 Message-ID: <20260225085430.480052-7-manikandan.m@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20260225085430.480052-1-manikandan.m@microchip.com> References: <20260225085430.480052-1-manikandan.m@microchip.com> 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" From: Aubin Constans Add config support to enable LVDS serializer Signed-off-by: Aubin Constans Signed-off-by: Manikandan Muralidharan --- arch/arm/configs/sama7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig index 0f1a3abc4640..e52f671ccec4 100644 --- a/arch/arm/configs/sama7_defconfig +++ b/arch/arm/configs/sama7_defconfig @@ -152,6 +152,7 @@ CONFIG_VIDEO_IMX274=m CONFIG_VIDEO_OV5647=m CONFIG_DRM=y CONFIG_DRM_ATMEL_HLCDC=y +CONFIG_DRM_MICROCHIP_LVDS_SERIALIZER=y CONFIG_DRM_PANEL_SIMPLE=y CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_PWM=y -- 2.25.1