From patchwork Tue Jan 3 11:13:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13087451 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 8B37CC46467 for ; Tue, 3 Jan 2023 13:08:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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:In-Reply-To:References: List-Owner; bh=fM9AA8t1w8DBUGMrhNXwa2YhnjuHVnJrdJB8Dpy1SVU=; b=LKk+iXLioUCkY7 wt7y24bOGiMk8kMssxYrO3RYEiajZ7rh4bcn2AtWqRKDq5raHdLM7X9YEnbR/e/OobcOhwbXbWPBW h4yA0fOQGom8sKFexcpCgcfO0SgWxq6ahKFwoLA1ftpiUJdTXoXSBcUImIapDJ3IPbRKRsdK+qlA/ jKLdBiLqo+Hjj1pz5rwYMnrXkFmc67mSBd/yHCXk/i1Z1qxgNlEKKIbSPAOW+2dGym8pMpxN44hxJ jkdPYnYnDOqo/HVu+jVKxVoMH3depOF2cHc5bYfFjPIbgW8Ig5+URtfz5LeHMqlOyRKDX+W7jlaSV tPSkNaasNc+9aq10pXKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pCh10-001OyO-6F; Tue, 03 Jan 2023 13:07:39 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pCfF8-000vaB-WC for linux-arm-kernel@lists.infradead.org; Tue, 03 Jan 2023 11:14:10 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:f1ca:ff0d:9dea:806e]) by baptiste.telenet-ops.be with bizsmtp id 4BDx2900X2YHDVW01BDxzW; Tue, 03 Jan 2023 12:14:00 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1pCfEz-001yhO-Iy; Tue, 03 Jan 2023 12:13:57 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1pCfEz-001MWX-54; Tue, 03 Jan 2023 12:13:57 +0100 From: Geert Uytterhoeven To: Magnus Damm , Laurent Pinchart Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH] ARM: shmobile: defconfig: Refresh for v6.1-rc5 Date: Tue, 3 Jan 2023 12:13:54 +0100 Message-Id: <4f7757bd700edff487df387ca40ffb1524d688a4.1672744302.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230103_031407_414300_A979FB56 X-CRM114-Status: UNSURE ( 9.19 ) 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 Refresh the defconfig for Renesas ARM systems: - Disable CONFIG_DRM_RCAR_USE_MIPI_DSI (defaults to yes since commit a830a15678593948 ("drm: rcar-du: Fix Kconfig dependency between RCAR_DU and RCAR_MIPI_DSI"), but only used on R-Car V3U). Signed-off-by: Geert Uytterhoeven --- To be queued in renesas-devel for v6.3, unless someone plans to fix the default? --- arch/arm/configs/shmobile_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 452aef74cc5c1256..751d939fcb761b31 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -136,6 +136,7 @@ CONFIG_VIDEO_ADV7604_CEC=y CONFIG_VIDEO_ML86V7667=y CONFIG_DRM=y CONFIG_DRM_RCAR_DU=y +# CONFIG_DRM_RCAR_USE_MIPI_DSI is not set CONFIG_DRM_PANEL_SIMPLE=y CONFIG_DRM_PANEL_EDP=y CONFIG_DRM_DISPLAY_CONNECTOR=y