From patchwork Mon Feb 5 11:06:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dharma Balasubiramani X-Patchwork-Id: 13545266 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 44676C48295 for ; Mon, 5 Feb 2024 11:07:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8774F10F7A9; Mon, 5 Feb 2024 11:07:41 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.b="RhDRsEOE"; dkim-atps=neutral Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3117710F7A9 for ; Mon, 5 Feb 2024 11:07:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1707131260; x=1738667260; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=h1WG3UMHH5D0iOHOLKyKvreY2dXMkB2LB/fSkxyjgcM=; b=RhDRsEOE7tB0BCC/dE4/R/Me91gJOZvZ1uLQCegkDOS+s3zKvyegQQOh FnZhjsr0eORTMXh/sx/DnjHlTRpKtV1L+syQzbuqa5knnMA900DxmEsYd qHjAEzMGD0ecHFIcpMHoKKV/8k1Y5+RGvyY5e0t4grFFVXVv0kY+Ejtg4 VoNwMY1pnDUVGLyd0BYhkwuTvFhD7zDbfVD9lwgRCLi+B/QDW3DpsYlsG 4uJ3iAmMJLsURO3KCZPTsHO4SrDR+X2h1+udAb7RFfJnXaPNNgkzbhS7t /stQNrsJdn9ejcBN1pSleGPRMYcyDtg7G74iNEDLoHGqtSJQv9damUHpY A==; X-CSE-ConnectionGUID: 2GfonfF1TQOVFAeAw91dnA== X-CSE-MsgGUID: PG0Ncdl8SaK5OtSI4wbZmg== X-IronPort-AV: E=Sophos;i="6.05,245,1701154800"; d="scan'208";a="16285316" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 05 Feb 2024 04:07:39 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Mon, 5 Feb 2024 04:07:09 -0700 Received: from che-lt-i70843lx.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Mon, 5 Feb 2024 04:06:58 -0700 From: Dharma Balasubiramani To: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: [linux][PATCH v2 4/4] ARM: configs: at91: Enable LVDS serializer support Date: Mon, 5 Feb 2024 16:36:09 +0530 Message-ID: <20240205110609.217022-5-dharma.b@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240205110609.217022-1-dharma.b@microchip.com> References: <20240205110609.217022-1-dharma.b@microchip.com> MIME-Version: 1.0 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" Enable LVDS serializer support for display pipeline. Signed-off-by: Dharma Balasubiramani Acked-by: Hari Prasath Gujulan Elango Acked-by: Nicolas Ferre --- arch/arm/configs/at91_dt_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index 71b5acc78187..6a7714beb099 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -143,6 +143,7 @@ CONFIG_VIDEO_OV2640=m CONFIG_VIDEO_OV7740=m CONFIG_DRM=y CONFIG_DRM_ATMEL_HLCDC=y +CONFIG_DRM_MICROCHIP_LVDS_SERIALIZER=y CONFIG_DRM_PANEL_SIMPLE=y CONFIG_DRM_PANEL_EDP=y CONFIG_FB_ATMEL=y