From patchwork Mon Nov 11 06:55:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manikandan Muralidharan X-Patchwork-Id: 13870301 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 8F836D12D7B for ; Mon, 11 Nov 2024 06:56:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0E27F10E42A; Mon, 11 Nov 2024 06:56:37 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.b="PFgcds0F"; 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 ABF5710E427 for ; Mon, 11 Nov 2024 06:56:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1731308195; x=1762844195; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Fi00+RpncPzVAuACaU69mwSsQhQappFQ26XGuBF9PQk=; b=PFgcds0FRzt4zFj+lLyA+0j/jaQGOJpfZ2Zr7Btq+k3VhEPxQ/O335EW g9jy7UzIRRabyLfXlxg6V5r8QH2YfOXuQQ75Dn5l1j2dFhff/HnKwIBYt L929qrgOW6z1v0X8TaGo31auv5MJZ9n+OsjuK7yqNjnXp96Ek9UlTsQVA HfQHgkhH18WD8fR3S2Uk/Xzg1l3orq77qxPgMlJCJMVAy4A8Bchg81/LF +PeNO4AK6Mf5SimnLwcg6ZEqHxDffMqvrQ6cEix8WHeA88xMxvn0Is1XX unMcTcFmGwk6QTJwCFwL/NUvVNx+nCAEwZJqswPwuK5qb8tQkq5DVUk2y w==; X-CSE-ConnectionGUID: lT75xDi8RYiILIE+dkdmKg== X-CSE-MsgGUID: 6Y6sTHuZRt2Lu/MYse8nCg== X-IronPort-AV: E=Sophos;i="6.12,144,1728975600"; d="scan'208";a="201566528" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 10 Nov 2024 23:56:34 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) 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; Sun, 10 Nov 2024 23:55:54 -0700 Received: from che-lt-i67131.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; Sun, 10 Nov 2024 23:55:45 -0700 From: Manikandan Muralidharan To: , , , , , , , , , , , , , , , , , , , , , , , , , CC: Subject: [PATCH v6 4/4] ARM: configs: at91: Enable Microchip's MIPI DSI Host Controller support Date: Mon, 11 Nov 2024 12:25:02 +0530 Message-ID: <20241111065502.411710-5-manikandan.m@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241111065502.411710-1-manikandan.m@microchip.com> References: <20241111065502.411710-1-manikandan.m@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 the Microchip's DSI controller wrapper driver that uses the Synopsys DesignWare MIPI DSI host controller bridge for sam9x7 SoC family. Signed-off-by: Manikandan Muralidharan --- changes in v6: - Rewrite commit message --- 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 2022a7fca0f9..3ff89e27e770 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -145,6 +145,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