From patchwork Thu Aug 18 13:57:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12947189 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 0BFC1C00140 for ; Thu, 18 Aug 2022 14:12:28 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=MGFek/T17dzlemxqh6JoPpzjX9mo93u5KjNeGyiQJXE=; b=zvN0bEYyVjJ+Ee Y2yXBR73XskodtrnMXzR0piAjusI5W4snKCyKu3UltJfEhVsQxI/kJb7MEF4Po22APwssheQ3q8YF 5KNwOju41D4EGJ2gMI+j1KtLfqOyN+1btQHt7ZE1R2U++lyWoAMvjXTaXuowG0fEuJvhsbXYQ4XWn la6fQOJJyL7EzFu5qfIdKXVnkV0kGmL+4ndkvVboVdqWJGT3HSYauxgHE4lcDmKmpUFzrp6Lu2FJG TTdXMbIaf9FTQwZp1mfGh6apKdi8CqszMXpDVwThOMwlH0PedCq+PNCuW1sklsKSaQyMF2TMryJg2 D8YpKQGW4w+zoCd2JMIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgEn-005tiv-GD; Thu, 18 Aug 2022 14:11:10 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg1q-005mOW-B4 for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:57:47 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0769361615; Thu, 18 Aug 2022 13:57:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E040AC433D6; Thu, 18 Aug 2022 13:57:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831064; bh=HBT8UfINrkT5T200Yu/aNfJNdsPZUX+YPlGqDdCW4NA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oaR/c/HAatwuM2WHxeGTpn0/b1UVTWtFZBCVknQzn3Va1MEU2pk9LQYgC2p7ox0kj 9TQ7B6aoPlS8IjBN9MTg/O7DDkJO2XWWGRdEIpbwVP6+iyXvkn+qvxlrTNeMl7ELQg jfOfircT/b9MRnlcWH/iHxMtmn2p4j4JK8g3zi+px7LWqwt9s/E6TLvG9joAeyUBpi tFdDNwy1FiUkMdXtGu7X008qFnUzZyt5Pg5LwAnss9OF9tLBZIjDFJVlOCrl0ciFc0 dq0V8Tz3yn/YAIKjnaL8xyF3OP0Aj5v6i/rsxTied7RR70D9KPpgaW2PufzapqpjA7 9beUusldN0Dbw== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Linus Walleij Subject: [PATCH 02/11] ARM: defconfig: clean up multi_v4t and multi_v5 configs Date: Thu, 18 Aug 2022 15:57:11 +0200 Message-Id: <20220818135737.3143895-1-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135522.3143514-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_065746_541966_0CFEFD94 X-CRM114-Status: GOOD ( 12.53 ) 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: , Cc: Anders Roxell , Arnd Bergmann , Andre Przywara , Gregory CLEMENT , Douglas Anderson , Krzysztof Kozlowski , Mark Brown , Sudeep Holla , linux-kernel@vger.kernel.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Arnd Bergmann Integrator now selects the regulators and versatile selects the reset driver, so the correspondig options can be dropped from the defconfig files. Fixes: d2854bbe5f5c ("ARM: integrator: Add some Kconfig selections") Fixes: 1c6e288da6cc ("ARM: versatile: move restart to the device tree") Signed-off-by: Arnd Bergmann Reviewed-by: Linus Walleij --- arch/arm/configs/multi_v4t_defconfig | 2 -- arch/arm/configs/multi_v5_defconfig | 1 - 2 files changed, 3 deletions(-) diff --git a/arch/arm/configs/multi_v4t_defconfig b/arch/arm/configs/multi_v4t_defconfig index 6c3e45b71ab5..e2fd822f741a 100644 --- a/arch/arm/configs/multi_v4t_defconfig +++ b/arch/arm/configs/multi_v4t_defconfig @@ -71,8 +71,6 @@ CONFIG_POWER_RESET_SYSCON_POWEROFF=y CONFIG_WATCHDOG=y CONFIG_GPIO_WATCHDOG=y CONFIG_AT91RM9200_WATCHDOG=y -CONFIG_REGULATOR=y -CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y CONFIG_FB=y CONFIG_FB_CLPS711X=y diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig index 5f3ed81228b0..a65f32a78885 100644 --- a/arch/arm/configs/multi_v5_defconfig +++ b/arch/arm/configs/multi_v5_defconfig @@ -149,7 +149,6 @@ CONFIG_SPI_SUN6I=y CONFIG_GPIO_ASPEED=m CONFIG_GPIO_ASPEED_SGPIO=y CONFIG_GPIO_MXC=y -CONFIG_POWER_RESET=y CONFIG_POWER_RESET_GPIO=y CONFIG_POWER_RESET_QNAP=y CONFIG_SENSORS_ADT7475=y