[PATCH] arm64: defconfig: Enable configurations for Toradex Aquila AM69

Francesco Dolcini posted 1 patch 1 month ago
arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)
[PATCH] arm64: defconfig: Enable configurations for Toradex Aquila AM69
Posted by Francesco Dolcini 1 month ago
From: Francesco Dolcini <francesco.dolcini@toradex.com>

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 <francesco.dolcini@toradex.com>
---
 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=m
 CONFIG_GPIO_MAX77620=y
 CONFIG_GPIO_SL28CPLD=m
 CONFIG_GPIO_AGGREGATOR=m
+CONFIG_POWER_RESET_GPIO=y
+CONFIG_POWER_RESET_GPIO_RESTART=y
 CONFIG_POWER_RESET_MACSMC=m
 CONFIG_POWER_RESET_MSM=y
 CONFIG_POWER_RESET_QCOM_PON=m
@@ -757,6 +759,7 @@ CONFIG_SENSORS_PWM_FAN=m
 CONFIG_SENSORS_RASPBERRYPI_HWMON=m
 CONFIG_SENSORS_SA67MCU=m
 CONFIG_SENSORS_SL28CPLD=m
+CONFIG_SENSORS_AMC6821=m
 CONFIG_SENSORS_INA2XX=m
 CONFIG_SENSORS_INA3221=m
 CONFIG_SENSORS_TMP102=m
-- 
2.47.3
Re: [PATCH] arm64: defconfig: Enable configurations for Toradex Aquila AM69
Posted by Vignesh Raghavendra 3 weeks, 5 days ago
Hi Francesco Dolcini,

On Fri, 06 Mar 2026 16:31:17 +0100, Francesco Dolcini wrote:
> 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').
> 
> [...]

I have applied the following to branch ti-k3-config-next on [1].
Thank you!

[1/1] arm64: defconfig: Enable configurations for Toradex Aquila AM69
      commit: d3908631838329746d093dc24a1d4935c36c753c

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh
Re: [PATCH] arm64: defconfig: Enable configurations for Toradex Aquila AM69
Posted by Krzysztof Kozlowski 1 month ago
On 06/03/2026 16:31, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> 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 <francesco.dolcini@toradex.com>

Please follow standard defconfig submission rules, so as explained in
maintainer soc profile - not sending directly to soc@. How did you even
get that email address?

Best regards,
Krzysztof
Re: [PATCH] arm64: defconfig: Enable configurations for Toradex Aquila AM69
Posted by Francesco Dolcini 1 month ago
Removed soc mailing list

Hello Krzysztof,

On Sat, Mar 07, 2026 at 11:12:34AM +0100, Krzysztof Kozlowski wrote:
> Please follow standard defconfig submission rules, so as explained in
> maintainer soc profile - not sending directly to soc@. How did you even
> get that email address?

I was just fooled by get_maintainer.pl, and I did a mistake crafting the
recipient list manually.

Considering that the right people/list received this email (the TI SOC maintainers)
I assume there is no need to resend it, correct me if I am wrong.

Francesco