From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 18 Apr 2023 11:14:08 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pohPb-007WBd-G2 for lore@lore.pengutronix.de; Tue, 18 Apr 2023 11:14:08 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pohPb-0003u9-AS; Tue, 18 Apr 2023 11:14:07 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pohPT-0003tu-8f; Tue, 18 Apr 2023 11:13:59 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pohPS-00C4dl-Js; Tue, 18 Apr 2023 11:13:58 +0200 Received: from afa by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pohPR-007auM-Te; Tue, 18 Apr 2023 11:13:57 +0200 From: Ahmad Fatoum To: distrokit@pengutronix.de Date: Tue, 18 Apr 2023 11:13:56 +0200 Message-Id: <20230418091356.1809364-1-a.fatoum@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH] fixup! v7a: at91bootstrap: configure v4.0.6-rc1 for Wifx L1 X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ahmad Fatoum Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false The at91bootstrap config was not completely clean after going from v4.0.5 to v4.0.6-rc1 in my private tree. Apply the defaults and keep CONFIG_PM disabled as it were before. Signed-off-by: Ahmad Fatoum --- configs/platform-v7a/at91bootstrap-wifx-l1.config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/platform-v7a/at91bootstrap-wifx-l1.config b/configs/platform-v7a/at91bootstrap-wifx-l1.config index 16a4426fe3ab..5a201e2d969f 100644 --- a/configs/platform-v7a/at91bootstrap-wifx-l1.config +++ b/configs/platform-v7a/at91bootstrap-wifx-l1.config @@ -8,6 +8,7 @@ CONFIG_LOAD_AND_JUMP=y CONFIG_LOAD_SW=y CONFIG_JUMP_TO_SW=y # CONFIG_SAM9X60 is not set +# CONFIG_SAM9X7 is not set # CONFIG_SAMA5D2 is not set # CONFIG_SAMA5D3X is not set CONFIG_SAMA5D4=y @@ -61,6 +62,7 @@ CONFIG_ALLOW_CPU_CLK_600MHZ=y # CONFIG_BUS_SPEED_170MHZ is not set # CONFIG_BUS_SPEED_176MHZ is not set CONFIG_BUS_SPEED_200MHZ=y +# CONFIG_BUS_SPEED_266MHZ is not set CONFIG_SUPPORT_BUS_SPEED_148MHZ=y CONFIG_SUPPORT_BUS_SPEED_170MHZ=y CONFIG_SUPPORT_BUS_SPEED_176MHZ=y @@ -79,7 +81,7 @@ CONFIG_CPU_HAS_TRUSTZONE=y # CONFIG_CPU_HAS_TZC400 is not set CONFIG_CPU_V7=y # CONFIG_HAS_PMIC_ACT8865 is not set -# CONFIG_SUPPORT_PM is not set +CONFIG_SUPPORT_PM=y # CONFIG_HAS_ONE_WIRE is not set # CONFIG_HAS_EEPROM is not set CONFIG_HAS_EHT0_PHY=y @@ -246,6 +248,7 @@ CONFIG_MATRIX=y # CONFIG_ENTER_NWD is not set CONFIG_REDIRECT_ALL_INTS_AIC=y # CONFIG_TZC400 is not set +# CONFIG_PM is not set # CONFIG_BACKUP_MODE is not set # @@ -261,6 +264,7 @@ CONFIG_BOARD_QUIRK_NONE=y # CONFIG_BOARD_QUIRK_SAM9X60_EB is not set # CONFIG_BOARD_QUIRK_SAMA7G5_EK is not set # CONFIG_BOARD_QUIRK_SAM9X60_CURIOSITY is not set +# CONFIG_BOARD_QUIRK_SAM9X75_EB is not set # CONFIG_LED_ON_BOARD is not set # -- 2.39.2