Skip to content

Commit e69c1ee

Browse files
committed
Merge branch 'AE-591_configure_correctly_the_SW1_and_SW3_PMIC_output_rails' of https://github.com/arduino/mcuboot-arduino-stm32h7 into AE-591_configure_correctly_the_SW1_and_SW3_PMIC_output_rails
2 parents 7249099 + 6d44754 commit e69c1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/power/power.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static void portenta_power_init() {
8787
data[1]=0x0;
8888
i2c.write(8 << 1, data, sizeof(data));
8989

90-
// SW2 turn off before config (SW2_VOLT_CTRL)
90+
// SW2 turn off before config (turned on by OTP settings) (SW2_CTRL)
9191
data[0]=0x3B;
9292
data[1]=0x0;
9393
i2c.write(8 << 1, data, sizeof(data));

0 commit comments

Comments
 (0)