From c9da36685a723645dc2648d9c78dc69da83ae4e3 Mon Sep 17 00:00:00 2001 From: Manojkumar Subramaniam Date: Wed, 20 Oct 2021 00:19:55 +0800 Subject: [PATCH] boards: nucleo h7a3zi-q: enable SMPS SMPS supply is default for this board Signed-off-by: Manojkumar Subramaniam --- boards/arm/nucleo_h7a3zi_q/nucleo_h7a3zi_q_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/arm/nucleo_h7a3zi_q/nucleo_h7a3zi_q_defconfig b/boards/arm/nucleo_h7a3zi_q/nucleo_h7a3zi_q_defconfig index 66a9e8308e9..86ed02f8045 100644 --- a/boards/arm/nucleo_h7a3zi_q/nucleo_h7a3zi_q_defconfig +++ b/boards/arm/nucleo_h7a3zi_q/nucleo_h7a3zi_q_defconfig @@ -25,3 +25,6 @@ CONFIG_GPIO=y # Enable clocks CONFIG_CLOCK_CONTROL=y + +# Enable SMPS +CONFIG_POWER_SUPPLY_DIRECT_SMPS=y