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 049E4C5AD4E for ; Sun, 9 Aug 2026 13:15:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5D1D410E17D; Sun, 9 Aug 2026 13:15:25 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="FdqUVxPS"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 750BA10E140 for ; Sun, 9 Aug 2026 13:15:23 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 56FE24505F; Sun, 9 Aug 2026 13:15:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 3793DC2BCF6; Sun, 9 Aug 2026 13:15:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1786281322; bh=xyx5Knwd9tvdkgwyRcBleIrC6UxSeyd22qUIH6XE8hc=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=FdqUVxPSmT/6mIs0mUC4WA3/xs5InaT0U8e8MYR3oHXYVpKM/xd+rUe7Gd/obnco4 QSMKDCCUMGveUGB8Z3csXqubhj/hmi/cO9dzj46iX2l/55GtjkIId9feKODHyeoUlK 8gJA6/i1Kg0PolVjnEm+arsQEZtuOXiQEeI9U2/F1fhLxvIU59keGq95SRbY1EwpmU 1SiyOSFHGLXcUf7+JjfQvGXLChD5TLNejwT2iv6FfBnyynqYIF10PWvXbjwd4PvqVz lzoHazETYMSy6tHmzK051kuT+aKx0OM9UzGmuX73RvV+Ve2TNNXSkDIuRzbsew6hj4 59+9VFH2+07NA== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23B09C5AC80; Sun, 9 Aug 2026 13:15:22 +0000 (UTC) From: Cody Kang via B4 Relay Date: Sun, 09 Aug 2026 21:14:26 +0800 Subject: [PATCH v2 17/17] riscv: defconfig: spacemit: k3: enable display driver MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20260809-k3-display-v2-17-327d7910bf71@gmail.com> References: <20260809-k3-display-v2-0-327d7910bf71@gmail.com> In-Reply-To: <20260809-k3-display-v2-0-327d7910bf71@gmail.com> To: David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Yixun Lan , Vinod Koul , Neil Armstrong , Haylen Chu , Michael Turquette , Stephen Boyd , Brian Masney , Philipp Zabel , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Yao Zi , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , Guodong Xu Cc: dri-devel@lists.freedesktop.org, linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-clk@vger.kernel.org, Cody Kang X-Mailer: b4 0.16.0 X-Developer-Signature: v=1; a=ed25519-sha256; t=1786281298; l=748; i=codykang.hk@gmail.com; s=codykang; h=from:subject:message-id; bh=Rd/W3ej1+Yyo/sB25RLlb++aIWJg859l4StFtHsgjK8=; b=CGNvvC3Y7+GnTLkC46shxSTTmyvXWSerSCcWunxZ10Ouix8etzsTd5apjredzhbTIAvwWPN9Z cFSspUHSKwXBqrI/zjyP4MCCg8pxADiKbQbfpxdfC1APH+UsunJJHbz X-Developer-Key: i=codykang.hk@gmail.com; a=ed25519; pk=Osn6/cs9Su/mHHw4P19cmVc3v2FMQfiWahjsN0vEkuk= X-Endpoint-Received: by B4 Relay for codykang.hk@gmail.com/codykang with auth_id=895 X-Original-From: Cody Kang 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: , Reply-To: codykang.hk@gmail.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Cody Kang Enable the Saturn DPU and the DP/eDP controller as modules, matching the other DRM drivers in this defconfig; the DP PHY follows through the controller's imply. Signed-off-by: Cody Kang --- v2: - no change --- arch/riscv/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 74ba5acc12a40..c38853d69d559 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -191,6 +191,8 @@ CONFIG_VIDEO_CADENCE_CSI2RX=m CONFIG_DRM=m CONFIG_DRM_RADEON=m CONFIG_DRM_NOUVEAU=m +CONFIG_DRM_SPACEMIT=m +CONFIG_SPACEMIT_INNO_DP=m CONFIG_DRM_SUN4I=m CONFIG_DRM_VIRTIO_GPU=m CONFIG_FB=y -- 2.43.0