From patchwork Wed Sep 18 10:31:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manikandan Muralidharan X-Patchwork-Id: 13806796 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 E40F1CCD197 for ; Wed, 18 Sep 2024 10:37:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=IICqfpCZPVJq3FzetgoPEKZHQqH+MPcrFT16ZIPx0AA=; b=3QhNfqgcpFp/6d9FsPvIhCOtUR bIIvhnVsIdvadoU5T8cdH/Vtg71GNlCowwdkiMd9bdHF+6c1fA7h0KrVX9rvmIvPoOgae+/NjSpOS +0gWR7E/UuOZbHO24wjiHbyoxgQ7yKu4dqyiIVgMRs0+gqDqNGn0lCpB0tgBCtlJpQ6jqqHVQB0es zs+L3sAZP2eXpcd3QllvV/j8NPVW83+ZtkvJ5UMaoyw9BPIsZ2Lkov72rKipEtfP691K47g4vR9dE e/SAJ4MPZYRrMxhtaJnPZ/SEfrbwQvPfnHfBt109v5N+JFcXtX0tkLcqooK5w0BMUMGswhTgef3zm zAvLLpHA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1sqs3c-000000082tT-1aN6; Wed, 18 Sep 2024 10:37:12 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1sqryy-000000081s1-0ZjQ for linux-arm-kernel@lists.infradead.org; Wed, 18 Sep 2024 10:32:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1726655544; x=1758191544; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wvyHmjI+aAqhTfrRSAqnJLQFzafV4/TL9UG+yqpNN24=; b=D1LmjQBzOgAG5Ws4bQjnuGjwg8x1XcVplOwV+o7M9uUkNQMt6zF6QdqJ +5IuJv1mFm9gVRSLfxmcf5kWuTrva9j4vb708WSoysf9p6JukTSI3ruTK eT063NLntQSVDAtxYxlwQQrORvJvc3wXQkJsnPMyeUpPYTbR2otVInLka R6D9ABKj/ssZNlHPsdY0/+T8+5Cwzh+VwoNHYnl9hMJBXbI7kRAcKUV8R z1umM12gRavJXnyBtY/6HarGT3UsfK9XPCh5qw+fVSXxrTWkr7Sw846u/ LR6JRjsuURGtDKkBZbw3AXryIGo5JyEDmHnj7KhDd2Rpnp0TFlxJowvf1 g==; X-CSE-ConnectionGUID: u1rM2jTbQye/0AWlcIXYhg== X-CSE-MsgGUID: O24Xg+zoSa2sxbU5TcEbzg== X-IronPort-AV: E=Sophos;i="6.10,238,1719903600"; d="scan'208";a="32558785" 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; 18 Sep 2024 03:32:19 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 18 Sep 2024 03:32:00 -0700 Received: from che-lt-i67131.microchip.com (10.10.85.11) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Wed, 18 Sep 2024 03:31:53 -0700 From: Manikandan Muralidharan To: , , , , , , , , , , , , , , , , , , , , , , , , CC: Subject: [PATCH v4 4/4] ARM: configs: at91: Enable Microchip's MIPI DSI Host Controller support Date: Wed, 18 Sep 2024 16:01:19 +0530 Message-ID: <20240918103119.385597-5-manikandan.m@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240918103119.385597-1-manikandan.m@microchip.com> References: <20240918103119.385597-1-manikandan.m@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240918_033224_292979_F6ADFA39 X-CRM114-Status: UNSURE ( 9.42 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Enable the Microchip's DSI controller wrapper driver that uses the Synopsys DesignWare MIPI DSI host controller bridge. Signed-off-by: Manikandan Muralidharan --- 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 6eabe2313c9a..beb29c4832ce 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -144,6 +144,7 @@ CONFIG_VIDEO_OV7740=m CONFIG_DRM=y CONFIG_DRM_ATMEL_HLCDC=y CONFIG_DRM_MICROCHIP_LVDS_SERIALIZER=y +CONFIG_DRM_MICROCHIP_DW_MIPI_DSI=y CONFIG_DRM_PANEL_SIMPLE=y CONFIG_DRM_PANEL_EDP=y CONFIG_FB_ATMEL=y