From nobody Thu Apr 9 16:34:35 2026 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AF264368296 for ; Fri, 6 Mar 2026 15:31:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.194.8.81 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772811103; cv=none; b=KoqO4xQt3xONl3rvRJdBMEW0O1lKnUl670UTgLCPUZRsdi4TwgS2kRAbti6KcW6OSEXrWo2CL9jFKNMdBBXY+YYONksldLB5FwZ6cJbH/eQ9t5P6z9pexwr6wcruPgTi9ZNdWU2oDFdyWnOd81+HY1yK5vO3VDkruNp994h7jmY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772811103; c=relaxed/simple; bh=K54Feh0f9P2/C8XDds58ZJ6/9dZ6sc9mvXKVseax/4M=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=V4dFQdzaBLXJhp5neAq4OnY+qJP0pqTTlo46NYfH5vC0L5zwCX+ZhyFD4EE1M02GIIFjLxW0LvmaZ0yxh8Vai+kuBiBrQHxKuZIlNFfLmfPhIiyjlDR7lgdPalErraen21Bp/fG1zXLA9NKi/qKTnhVhU2dQBuJ4ETn956mrFjA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it; spf=pass smtp.mailfrom=dolcini.it; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b=FghcCxJG; arc=none smtp.client-ip=217.194.8.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dolcini.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b="FghcCxJG" Received: from localhost.localdomain (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 5446622A3A; Fri, 6 Mar 2026 16:31:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1772811097; bh=oKbch+KhkvyosRD0j6QhDe+o5sMa38/e30u48THoCP0=; h=From:To:Subject; b=FghcCxJGAh5ajqHSqacpSD8/LuALJYMy/9FSxbx0TWrnNAc8fKCSijOKI3AEl9xVJ ZrJ3m21h4IRuJfxaCXxMvDg0nFtbC83Dr8rtc6N3AoXEj5c8nJ8ydC+GKwsXkbfPBA PRZnaQmiegimKbQOPOEcyeJdL9+4KZYTWKaDE9VcHaHdI9Qu71ZWkneNB9UhLJZhZa 53HWptRrKGhlWOXggdUpR1fBqiSSGAAMmMPliwGnBoooqm9uR1HNF7ZGHwwBSRzmPq u/z6/EKPRm9U+NgrHe4pJXkNqM1l1sczQl65KfVhuOmnusKQqlG3fsCFfnHlelk8+t kRSTeVoOjsmcg== From: Francesco Dolcini To: Arnd Bergmann , Krzysztof Kozlowski , Alexandre Belloni , Linus Walleij , Drew Fustini , Nishanth Menon , Vignesh Raghavendra , Tero Kristo Cc: Francesco Dolcini , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, soc@lists.linux.dev Subject: [PATCH] arm64: defconfig: Enable configurations for Toradex Aquila AM69 Date: Fri, 6 Mar 2026 16:31:17 +0100 Message-ID: <20260306153130.102972-1-francesco@dolcini.it> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Francesco Dolcini Enable the configurations needed for Aquila AM69 SoM and compatible carrier boards. - CONFIG_SENSORS_AMC6821, needed for the fan controller on the clover and dev carrier board (as module). - CONFIG_POWER_RESET_GPIO and CONFIG_POWER_RESET_GPIO_RESTART needed for poweroff and restart functionalities (as built-in, it's not possible to set them as 'm'). Signed-off-by: Francesco Dolcini --- arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4ed70ab7ee85..af679604d9ed 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -729,6 +729,8 @@ CONFIG_GPIO_MACSMC=3Dm CONFIG_GPIO_MAX77620=3Dy CONFIG_GPIO_SL28CPLD=3Dm CONFIG_GPIO_AGGREGATOR=3Dm +CONFIG_POWER_RESET_GPIO=3Dy +CONFIG_POWER_RESET_GPIO_RESTART=3Dy CONFIG_POWER_RESET_MACSMC=3Dm CONFIG_POWER_RESET_MSM=3Dy CONFIG_POWER_RESET_QCOM_PON=3Dm @@ -757,6 +759,7 @@ CONFIG_SENSORS_PWM_FAN=3Dm CONFIG_SENSORS_RASPBERRYPI_HWMON=3Dm CONFIG_SENSORS_SA67MCU=3Dm CONFIG_SENSORS_SL28CPLD=3Dm +CONFIG_SENSORS_AMC6821=3Dm CONFIG_SENSORS_INA2XX=3Dm CONFIG_SENSORS_INA3221=3Dm CONFIG_SENSORS_TMP102=3Dm --=20 2.47.3